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

tridge at samba.org tridge at samba.org
Tue Jul 12 09:09:42 GMT 2005


Author: tridge
Date: 2005-07-12 09:09:42 +0000 (Tue, 12 Jul 2005)
New Revision: 8365

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

Log:
fixed a problem on netbsd


Modified:
   branches/SAMBA_4_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh	2005-07-12 09:02:58 UTC (rev 8364)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2005-07-12 09:09:42 UTC (rev 8365)
@@ -15,8 +15,11 @@
 	exit
 fi
 
+
 PREFIX=$1
+PREFIX=`echo $PREFIX | sed s+//+/+`
 export PREFIX
+
 mkdir -p $PREFIX || exit $?
 OLD_PWD=`pwd`
 cd $PREFIX || exit $?



More information about the samba-cvs mailing list