doublecmd/_getsvnrev.cmd
Alexander Koblov d8ced7f29b FIX: Small fix
2008-12-14 14:07:43 +00:00

9 lines
No EOL
245 B
Batchfile

#!/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"