Skip to Content.
Sympa Menu

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

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 (177947b7ea59a88c779096a4b33f4b36f7891a96)
  • Date: Sat, 27 Dec 2008 16:24:35 -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 177947b7ea59a88c779096a4b33f4b36f7891a96
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

scripts/spellcaster.sh: need $* for getopts

Needed to pass $* (or $@) as an argument to parse_options or getopts
wouldn't receive the original command-line.

diff --git a/scripts/spellcaster.sh b/scripts/spellcaster.sh
index c9eec8d..ac499f8 100755
--- a/scripts/spellcaster.sh
+++ b/scripts/spellcaster.sh
@@ -230,7 +230,7 @@ function clean_target() {
}

# main()
-parse_options
+parse_options $*

priv_check




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

Archive powered by MHonArc 2.6.24.

Top of Page