Lines Matching refs:src
53 src=""
94 *) if [ x"$src" = x ]
96 src=$1
107 if [ x"$src" = x ]
116 dst=$src
117 src=""
126 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
128 # if $src (and thus $dsttmp) contains '*'.
130 if [ -f $src -o -d $src ]
134 echo "install: $src does not exist"
151 dst="$dst"/`basename $src`
227 $doit $instcmd $src $dsttmp &&
235 # errors from the above "$doit $instcmd $src $dsttmp" command.