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

Justin Boffemmyer scm at sourcemage.org
Sun Dec 28 01:45:50 EST 2008


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



More information about the SM-Commit mailing list