--- Gnu-Mach/install-sh 2020/09/02 04:36:56 1.1.1.1 +++ Gnu-Mach/install-sh 2020/09/02 04:41:01 1.1.1.2 @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # # install - install a program, script, or datafile # This comes from X11R5 (mit/util/scripts/install.sh). @@ -118,6 +118,7 @@ if [ x"$dir_arg" != x ]; then if [ -d $dst ]; then instcmd=: + chmodcmd="" else instcmd=mkdir fi