[SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (3f6acdf71ad54ae76ddb880560d264197257f8e6)

Justin Boffemmyer scm at sourcemage.org
Sat Dec 27 15:43:45 EST 2008


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

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

New commits:
commit 3f6acdf71ad54ae76ddb880560d264197257f8e6
Author: Justin Boffemmyer <flux at sourcemage.org>
Commit: Justin Boffemmyer <flux at sourcemage.org>

    scripts/spellcaster.sh: fix parse options
    
    Forgot to update the parse options from :cdh to :ish when the accepted
    options were changed.

diff --git a/scripts/spellcaster.sh b/scripts/spellcaster.sh
index e57173d..4eb76f8 100755
--- a/scripts/spellcaster.sh
+++ b/scripts/spellcaster.sh
@@ -37,7 +37,7 @@ EndUsage
 } >&2
 
 function parse_options() {
-	while getopts ":cdh" Option
+	while getopts ":ish" Option
 	do
 		case $Option in
 			i ) ISODIR="${OPTARG%/}" ;;



More information about the SM-Commit mailing list