diff options
| -rwxr-xr-x | packaging/win32/inkscape.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index be0b9e33d..111e46e25 100755 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -151,8 +151,8 @@ ReserveFile "${NSISDIR}\Plugins\UserInfo.dll" !define BrandingText `Inkscape ${INKSCAPE_VERSION}` ; Check for the Bazaar revision number for lp:inkscape {{{3 -!if `${BZR_REVISION}` == `` - ${!ifexist} ..\..\.bzr\branch\last-revision +${!ifexist} ..\..\.bzr\branch\last-revision + !if `${BZR_REVISION}` == `` !searchparse /noerrors /file ..\..\.bzr\branch\last-revision "" BZR_REVISION " " !if `${BZR_REVISION}` != `` !define _FILENAME `${FILENAME}-r${BZR_REVISION}` |
