Skip to Content.
Sympa Menu

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

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 (3f6acdf71ad54ae76ddb880560d264197257f8e6)
  • Date: Sat, 27 Dec 2008 14:43:45 -0600

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%/}" ;;



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (3f6acdf71ad54ae76ddb880560d264197257f8e6), Justin Boffemmyer, 12/27/2008

Archive powered by MHonArc 2.6.24.

Top of Page