Skip to Content.
Sympa Menu

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

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 (00ed735f26ef654ca92465a1b99736a54706d474)
  • Date: Tue, 13 Jan 2009 09:21:21 -0600

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

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

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

scripts/cleaniso.sh: missing '!'

Added a missing '!' so the script could be called directly without
needing "bash $script".

diff --git a/scripts/cleaniso.sh b/scripts/cleaniso.sh
index 71dc6b3..b660394 100755
--- a/scripts/cleaniso.sh
+++ b/scripts/cleaniso.sh
@@ -1,4 +1,4 @@
-#/bin/bash
+#!/bin/bash

function usage() {
cat <<EndUsage



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (00ed735f26ef654ca92465a1b99736a54706d474), Justin Boffemmyer, 01/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page