[Fai-commit] r3515 - trunk/lib
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Tue Jun 13 15:42:40 UTC 2006
Author: lange
Date: 2006-06-13 15:42:39 +0000 (Tue, 13 Jun 2006)
New Revision: 3515
Modified:
trunk/lib/mkrw
Log:
fix syntax error
Modified: trunk/lib/mkrw
===================================================================
--- trunk/lib/mkrw 2006-06-13 12:13:09 UTC (rev 3514)
+++ trunk/lib/mkrw 2006-06-13 15:42:39 UTC (rev 3515)
@@ -51,5 +51,5 @@
shift $(($OPTIND - 1))
for d in "$@"; do
- [ -d "$d ] && mkrwsize $size $d $no_mount
+ [ -d "$d" ] && mkrwsize $size $d $no_mount
done
More information about the Fai-commit
mailing list