[SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (62fbca6b55d3caad96a921a6cb2010c4ef0192da)
Justin Boffemmyer
scm at sourcemage.org
Sun Jan 11 00:28:50 EST 2009
GIT changes to test cauldron by Justin Boffemmyer <flux at sourcemage.org>:
scripts/mkrelease.sh | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 62fbca6b55d3caad96a921a6cb2010c4ef0192da
Author: Justin Boffemmyer <flux at sourcemage.org>
Commit: Justin Boffemmyer <flux at sourcemage.org>
scripts/mkrelease.sh: missing '-i'
Forgot to add the '-i' when all of the scripts were adjusted for
consistency in option/argument parsing.
diff --git a/scripts/mkrelease.sh b/scripts/mkrelease.sh
index b7f9b75..9305b6a 100755
--- a/scripts/mkrelease.sh
+++ b/scripts/mkrelease.sh
@@ -79,6 +79,6 @@ if [[ -n $ISOCHOWN ]]
then
"$MYDIR"/mkiso.sh "$ISOCHOWN $CHOWNSTR" -kz "$TARGET" "smgl-$VERSION"
else
- "$MYDIR"/mkiso.sh -kz "$TARGET" "smgl-$VERSION"
+ "$MYDIR"/mkiso.sh -kz -i "$TARGET" "smgl-$VERSION"
fi
More information about the SM-Commit
mailing list