doublecmd/_getsvnrev.cmd
2008-12-20 19:45:37 +00:00

9 lines
No EOL
245 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"