mirror of https://github.com/OpenTTD/OpenTTD
(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... /:release/0.4.5
parent
f7485d586e
commit
f2a858c6a5
2
svnup.sh
2
svnup.sh
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
# This script updates the svn source and displays log changes
|
# This script updates the svn source and displays log changes
|
||||||
# This is only useful for users of CLI based SVN clients
|
# This is only useful for users of CLI based SVN clients
|
||||||
# Written by Bjarni
|
# Written by Bjarni
|
||||||
|
|
Loading…
Reference in New Issue