mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
9 lines
No EOL
245 B
Batchfile
Executable file
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" |