mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Path to dcrevision.inc
This commit is contained in:
parent
98a84ddd69
commit
ac00a2d38b
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@
|
|||
export DC_REVISION=$(svnversion $1 | sed -e 's/\([0-9]*\).*/\1/')
|
||||
|
||||
# Update dcrevision.inc
|
||||
echo "// Created by Svn2RevisionInc" > $2/src/dcrevision.inc
|
||||
echo "const dcRevision = '$DC_REVISION';" >> $2/src/dcrevision.inc
|
||||
echo "// Created by Svn2RevisionInc" > $2/src/platform/dcrevision.inc
|
||||
echo "const dcRevision = '$DC_REVISION';" >> $2/src/platform/dcrevision.inc
|
||||
|
||||
# Return revision
|
||||
echo $DC_REVISION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue