diff svnup.sh @ 335:d57d06d1379e draft

(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... /:
author tron <tron@openttd.org>
date Wed, 03 Nov 2004 21:50:21 +0000 (2004-11-03)
parents c622d3ef3f79
children 7e948649fdd1
line wrap: on
line diff
--- 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 @@
 
 # displays merged files
 cat svn.log|grep "^G"
-cat svn.log|grep "^C"
\ No newline at end of file
+cat svn.log|grep "^C"