]> andersk Git - gssapi-openssh.git/blobdiff - openssh/install-sh
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / install-sh
index 220abbf616777eb3787935a39fd7b4eec7736b91..e9de23842dcd44d2953129c866b1ad25f7e1f1d9 100755 (executable)
@@ -125,7 +125,7 @@ if [ x"$dir_arg" != x ]; then
 else
 
 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
-# might cause directories to be created, which would be especially bad
+# might cause directories to be created, which would be especially bad 
 # if $src (and thus $dsttmp) contains '*'.
 
        if [ -f $src -o -d $src ]
@@ -180,7 +180,7 @@ while [ $# -ne 0 ] ; do
        shift
 
        if [ ! -d "${pathcomp}" ] ;
-       then
+        then
                $mkdirprog "${pathcomp}"
        else
                true
@@ -202,17 +202,17 @@ else
 
 # If we're going to rename the final executable, determine the name now.
 
-       if [ x"$transformarg" = x ]
+       if [ x"$transformarg" = x ] 
        then
                dstfile=`basename $dst`
        else
-               dstfile=`basename $dst $transformbasename |
+               dstfile=`basename $dst $transformbasename | 
                        sed $transformarg`$transformbasename
        fi
 
 # don't allow the sed command to completely eliminate the filename
 
-       if [ x"$dstfile" = x ]
+       if [ x"$dstfile" = x ] 
        then
                dstfile=`basename $dst`
        else
@@ -243,7 +243,7 @@ else
 # Now rename the file to the real destination.
 
        $doit $rmcmd -f $dstdir/$dstfile &&
-       $doit $mvcmd $dsttmp $dstdir/$dstfile
+       $doit $mvcmd $dsttmp $dstdir/$dstfile 
 
 fi &&
 
This page took 0.032969 seconds and 4 git commands to generate.