Skip to Content.
Sympa Menu

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

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 (2743a8f11e8de54cf18420004ccbaaf567993899)
  • Date: Sun, 28 Dec 2008 00:45:50 -0600

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

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

New commits:
commit 2743a8f11e8de54cf18420004ccbaaf567993899
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

scripts/cauldronchr.sh: fix description text

The usage description stated that the script defaulted to running
/bin/bash -l as the chroot command. This used to be the case, but was
changed a while ago, and the usage text wasn't updated accordingly. This
commit fixes the usage text to accurately describe the script behavior
(default to /bin/bash).

diff --git a/scripts/cauldronchr.sh b/scripts/cauldronchr.sh
index 2280d5e..6cd3634 100755
--- a/scripts/cauldronchr.sh
+++ b/scripts/cauldronchr.sh
@@ -25,7 +25,7 @@ Options:
you must specify an absolute path or the command will not likely
be
found (a way around this would be to either set the path as part
of
the command to execute, or to set the command to be /bin/bash -l
- some_command_without_abs_path). Defaults to "/bin/bash -l".
+ some_command_without_abs_path). Defaults to "/bin/bash".
EndUsage
exit 1
} >&2



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (2743a8f11e8de54cf18420004ccbaaf567993899), Justin Boffemmyer, 12/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page