Prepare 3.0

This commit is contained in:
Laurent Destailleur 2011-03-27 16:53:53 +00:00
parent e66c83c079
commit 8d7889e4a0

View File

@ -93,7 +93,7 @@ if ($MINOR eq '')
} }
# Ask module # Ask module
print "Enter name for your module (mymodule, mywonderfulmondule, ...) : "; print "Enter name for your module (mymodule, mywonderfulmondule, ... or 'all') : ";
$PROJECTINPUT=<STDIN>; $PROJECTINPUT=<STDIN>;
chomp($PROJECTINPUT); chomp($PROJECTINPUT);
print "Move to ".$DIR." directory.\n"; print "Move to ".$DIR." directory.\n";