Author: jelmer
Date: 2005-09-28 14:42:04 +0000 (Wed, 28 Sep 2005)
New Revision: 10582

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10582

Log:
Nicer output (try to avoid linewraps)

Modified:
   branches/SAMBA_4_0/source/script/installman.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/installman.sh
===================================================================
--- branches/SAMBA_4_0/source/script/installman.sh      2005-09-28 14:38:07 UTC 
(rev 10581)
+++ branches/SAMBA_4_0/source/script/installman.sh      2005-09-28 14:42:04 UTC 
(rev 10582)
@@ -12,8 +12,10 @@
        then
                mkdir "$DIR"
        fi
+
+       BASE=`basename $I`
        
-       echo "Installing manpage \"$I\" in $DIR"
+       echo "Installing manpage \"$BASE\" in $DIR"
        cp $I $DIR
 done
 

Reply via email to