summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-11-03 21:50:21 +0000
committertron <tron@openttd.org>2004-11-03 21:50:21 +0000
commitf2a858c6a526da3bb34c9d1895fb1ccdc417a1c0 (patch)
treef8444198763605f0fd8b8be5925bb3aa759562e9
parentf7485d586e57de49fd0a1270fe9e9cefb8300fde (diff)
downloadopenttd-f2a858c6a526da3bb34c9d1895fb1ccdc417a1c0.tar.xz
(svn r504) The Bourne Shell ist spelled 'sh', not 'bash'; even if there is a 'bash', on most systems it's not in /bin
Typical Linuxism... /:
-rwxr-xr-xsvnup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/svnup.sh b/svnup.sh
index bca19ec06..a2d34f222 100755
--- a/svnup.sh
+++ b/svnup.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# This script updates the svn source and displays log changes
# This is only useful for users of CLI based SVN clients
# Written by Bjarni
@@ -19,4 +19,4 @@ fi
# displays merged files
cat svn.log|grep "^G"
-cat svn.log|grep "^C" \ No newline at end of file
+cat svn.log|grep "^C"