(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... /:
This commit is contained in:
tron 2004-11-03 21:50:21 +00:00
parent f7485d586e
commit f2a858c6a5
1 changed files with 2 additions and 2 deletions

View File

@ -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"
cat svn.log|grep "^C"