diff --git a/svnup.sh b/svnup.sh index bca19ec06d..a2d34f2220 100755 --- 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 @@ 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"