[Fai-commit] r4024 - trunk/lib
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Tue Sep 26 08:44:59 UTC 2006
Author: lange
Date: 2006-09-26 08:44:57 +0000 (Tue, 26 Sep 2006)
New Revision: 4024
Modified:
trunk/lib/get-config-dir-cvs
Log:
add missing $ for tag
Modified: trunk/lib/get-config-dir-cvs
===================================================================
--- trunk/lib/get-config-dir-cvs 2006-09-26 07:03:31 UTC (rev 4023)
+++ trunk/lib/get-config-dir-cvs 2006-09-26 08:44:57 UTC (rev 4024)
@@ -30,7 +30,7 @@
;;
esac
-[ -n "tag" ] && tag="-r $tag"
+[ -n "$tag" ] && tag="-r $tag"
if [ -d "$FAI/CVS" ] ; then
echo "Updating CVS in $FAI"
More information about the Fai-commit
mailing list