Skip to Content.
Sympa Menu

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

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 (53640783b824136c211aa286f3604c0fd98f61b1)
  • Date: Tue, 2 Feb 2010 19:43:36 -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 53640783b824136c211aa286f3604c0fd98f61b1
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

scripts/spellcaster.sh: forgot v in option list

All the logic for handling -v as an option was taken care of, but I
forgot to specify to getopts that -v is a valid option. It's now part of
the list.

diff --git a/scripts/spellcaster.sh b/scripts/spellcaster.sh
index 8d3dbd5..f1f9e12 100755
--- a/scripts/spellcaster.sh
+++ b/scripts/spellcaster.sh
@@ -55,7 +55,7 @@ EndUsage
} >&2

function parse_options() {
- while getopts ":bci:s:nqh" Option
+ while getopts ":bci:s:nqvh" Option
do
case $Option in
b ) BUILDONLY="yes" ;;



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (53640783b824136c211aa286f3604c0fd98f61b1), Justin Boffemmyer, 02/02/2010

Archive powered by MHonArc 2.6.24.

Top of Page