svnup.sh
changeset 335 f3298fda6c37
parent 113 cc110ea79126
child 1488 cf51e91f3b98
--- a/svnup.sh	Wed Nov 03 11:35:29 2004 +0000
+++ b/svnup.sh	Wed Nov 03 21:50:21 2004 +0000
@@ -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 @@
 
 # displays merged files
 cat svn.log|grep "^G"
-cat svn.log|grep "^C"
\ No newline at end of file
+cat svn.log|grep "^C"