Changeset - r335:17df698dbd68
[Not reviewed]
master
0 1 0
tron - 20 years ago 2004-11-03 21:50:21
tron@openttd.org
(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... /:
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
svnup.sh
Show inline comments
 
#!/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"
0 comments (0 inline, 0 general)