svn commit: samba r10582 - in branches/SAMBA_4_0/source/script: .

jelmer at samba.org jelmer at samba.org
Wed Sep 28 14:42:04 GMT 2005


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
 



More information about the samba-cvs mailing list