Skip to Content.
Sympa Menu

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

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 (94298b9b49ee09cfbe1e06fbe6f3ea776b020705)
  • Date: Tue, 14 Oct 2008 12:37:45 -0500

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

scripts/mksystem.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 94298b9b49ee09cfbe1e06fbe6f3ea776b020705
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

scripts/mksystem.sh: fix usage info

The usage info erroneously said to use -d, when the directory should
just be passed as the first argument. Fixes bug #14824.

diff --git a/scripts/mksystem.sh b/scripts/mksystem.sh
index 375c0fc..e425e49 100755
--- a/scripts/mksystem.sh
+++ b/scripts/mksystem.sh
@@ -2,7 +2,7 @@

function usage() {
cat << EndUsage
-Usage: $(basename $0) -d /path/to/target /path/to/output
+Usage: $(basename $0) /path/to/target /path/to/output
Generates a compressed tarball of the "system" directory specified in
/path/to/target. This script requires superuser privileges.

@@ -21,7 +21,7 @@ EndUsage
exit 1
} >&2

-while getopts ":v" Option
+while getopts ":vh" Option
do
case $Option in
v ) VERBOSE="-v" ;;



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

Archive powered by MHonArc 2.6.24.

Top of Page