Get in there.

This commit is contained in:
freesource
2003-02-09 07:28:30 +00:00
parent 5571e308fc
commit c54f36d1b2
3 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ for ( 6 .. $#ARGV ) {
$filesystem = "$ARGV[6]";
# What to do with the rieserfs command
if ( $filesystem eq "mkreiserfs" ) {
$filesystem = $filesystem . " -f -f -q";
$filesystem = $filesystem . " -f -f";
}
}
else {