(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... /:
pull/155/head
tron 20 years ago
parent f7485d586e
commit f2a858c6a5

@ -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"

Loading…
Cancel
Save