[pkg-boost-commits] r14537 - boost/trunk/debian

Steven Michael Robbins smr at alioth.debian.org
Wed Nov 18 04:09:38 UTC 2009


Author: smr
Date: 2009-11-18 04:09:37 +0000 (Wed, 18 Nov 2009)
New Revision: 14537

Modified:
   boost/trunk/debian/rtupdate
Log:
Fix sh syntax error.

Modified: boost/trunk/debian/rtupdate
===================================================================
--- boost/trunk/debian/rtupdate	2009-11-18 04:02:35 UTC (rev 14536)
+++ boost/trunk/debian/rtupdate	2009-11-18 04:09:37 UTC (rev 14537)
@@ -17,7 +17,7 @@
     for base in libboost_python libboost_mpi_python; do
 	target=${base}-${py}.${suf}
 	link=${base}.${suf} 
-	if [ test -e $target ]; then
+	if test -e $target ; then
 	    ln -s -f $target $link
 	fi
     done




More information about the pkg-boost-commits mailing list