Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (590744046c4a96fb5e1f136283d6f5906482e0f8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (590744046c4a96fb5e1f136283d6f5906482e0f8)
  • Date: Tue, 14 Oct 2008 12:30:00 -0500

GIT changes to test cauldron by Justin Boffemmyer <flux AT sourcemage.org>:

scripts/mkiso.sh | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 590744046c4a96fb5e1f136283d6f5906482e0f8
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

scripts/mkiso.sh: fix getopts options

Forgot to add the acceptable options to the list of options getopts
will actually look for. Fixes bug #14825.

diff --git a/scripts/mkiso.sh b/scripts/mkiso.sh
index 0baf72c..5141fbf 100755
--- a/scripts/mkiso.sh
+++ b/scripts/mkiso.sh
@@ -32,7 +32,7 @@ EndUsage
exit 1
} >&2

-while getopts "z" Options
+while getopts ":kuzh" Options
do
case $Options in
k ) KEEP="-k" ;;



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (590744046c4a96fb5e1f136283d6f5906482e0f8), Justin Boffemmyer, 10/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page