Skip to Content.
Sympa Menu

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

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 (758d0f29dff3e088e7a9a635825f8637fe72796d)
  • Date: Tue, 14 Oct 2008 12:42:17 -0500

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

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

New commits:
commit 758d0f29dff3e088e7a9a635825f8637fe72796d
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

scripts/mkrelease.sh: fix getopts options

Add "u" to the list of options getopts allows, since it's an option we
want to parse.

diff --git a/scripts/mkrelease.sh b/scripts/mkrelease.sh
index 055135c..8c820d8 100755
--- a/scripts/mkrelease.sh
+++ b/scripts/mkrelease.sh
@@ -32,7 +32,7 @@ EndUsage
exit 1
} >&2

-while getopts ":h" Option
+while getopts ":uh" Option
do
case $Option in
u ) ISOCHOWN="-u" ;;



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

Archive powered by MHonArc 2.6.24.

Top of Page