(svn r504) The Bourne Shell ist spelled 'sh', not 'bash'; even if there is a 'bash', on most systems it's not in /bin
authortron
Wed, 03 Nov 2004 21:50:21 +0000
changeset 335 f3298fda6c37
parent 334 8fb78c8c10e5
child 336 9581e0c581fd
(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... /:
svnup.sh
--- a/svnup.sh	Wed Nov 03 11:35:29 2004 +0000
+++ b/svnup.sh	Wed Nov 03 21:50:21 2004 +0000
@@ -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 @@
 
 # displays merged files
 cat svn.log|grep "^G"
-cat svn.log|grep "^C"
\ No newline at end of file
+cat svn.log|grep "^C"