doublecmd/src/_getsvnrev.cmd
2010-01-10 14:02:33 +00:00

9 lines
No EOL
247 B
Batchfile
Executable file

#!/bin/sh
# get DC revision under Linux
$1/tools/svn2revisioninc ../ dcrevision.inc --c=dcRevision
rem get DC revision under Windows
%1\tools\svn2revisioninc ..\ dcrevision.inc --c=dcRevision
echo "This command is need for successful exit code"