Remove unused shell script
This commit is contained in:
parent
6d5f51b5ba
commit
77a6e9c3ac
12
subwcrev.sh
12
subwcrev.sh
|
@ -1,12 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd "`dirname "$0"`"
|
||||
|
||||
if test -d .git ; then
|
||||
REV="`git svn info | grep Revision: | cut -d' ' -f2`"
|
||||
else
|
||||
REV="`svn info | grep Revision: | cut -d' ' -f2`"
|
||||
fi
|
||||
|
||||
sed -e 's/\$WCREV\$/'$REV'/g' "$1/Properties/svnrev_template" > "$1/Properties/svnrev.cs.tmp"
|
||||
cmp -s "$1/Properties/svnrev.cs.tmp" "$1/Properties/svnrev.cs" || cp "$1/Properties/svnrev.cs.tmp" "$1/Properties/svnrev.cs"
|
Loading…
Reference in New Issue