Skip to Content.
Sympa Menu

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

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 (68e977af80e9499336c0b48d8dc8f6e6c18c18c2)
  • Date: Sat, 27 Dec 2008 11:17:03 -0600

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

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

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

scripts/spellcaster.sh: typo, extraneous 'if'

Removed an extra 'if' that snuck in.

diff --git a/scripts/spellcaster.sh b/scripts/spellcaster.sh
index 241c379..d4d7c73 100755
--- a/scripts/spellcaster.sh
+++ b/scripts/spellcaster.sh
@@ -71,7 +71,7 @@ function sanity_check() {
local choice=

# Ensure that TARGET is a directory
- if [[ -d "$TARGET" ]] ||
+ [[ -d "$TARGET" ]] ||
echo "$TARGET does not exist!" && exit 3

# If ISODIR is not a directory, create it.



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

Archive powered by MHonArc 2.6.24.

Top of Page