Skip to Content.
Sympa Menu

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

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 (bb424f6cb80b0b1d490121067833d43071733b04)
  • Date: Sat, 27 Dec 2008 01:53:56 -0600

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

scripts/spellcaster.sh | 1 +
1 files changed, 1 insertion(+)

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

scripts/spellcaster.sh: print newline after read

Print a newline after reading user input so that we don't clutter the
screen.

diff --git a/scripts/spellcaster.sh b/scripts/spellcaster.sh
index 9ee4d4a..5453168 100755
--- a/scripts/spellcaster.sh
+++ b/scripts/spellcaster.sh
@@ -78,6 +78,7 @@ function sanity_check() {
echo "Error! TARGET sorcery does not archive!" >&2
echo -n "Set TARGET sorcery to archive? [yn]" >&2
read -n1 choice
+ echo ""

if [[ $choice == 'y' ]]
then



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

Archive powered by MHonArc 2.6.24.

Top of Page