[Pkg-uml-commit] r126 - trunk/src/rootstrap/modules

Mattia Dongili malattia at costa.debian.org
Mon Jun 12 18:25:01 UTC 2006


Author: malattia
Date: 2006-06-12 18:25:00 +0000 (Mon, 12 Jun 2006)
New Revision: 126

Modified:
   trunk/src/rootstrap/modules/mkfs
Log:
fix typo in mkfs/reiserfs (closes: #372828)

Modified: trunk/src/rootstrap/modules/mkfs
===================================================================
--- trunk/src/rootstrap/modules/mkfs	2006-06-11 12:14:56 UTC (rev 125)
+++ trunk/src/rootstrap/modules/mkfs	2006-06-12 18:25:00 UTC (rev 126)
@@ -3,8 +3,8 @@
 # which others support -q?
 if [ $fstype = "ext2" -o $fstype = "ext3" ]; then
 	options="-q"
-elif [ $fstype = "reiserfs"]; then
-	option="-fq"
+elif [ $fstype = "reiserfs" ]; then
+	options="-fq"
 fi
 
 for i in 0 1 2 3 4 5 6 7; do




More information about the Pkg-uml-commit mailing list