From e8f28e27225de8cab34401a2f4b9421aa735f805 Mon Sep 17 00:00:00 2001 From: Stefan Naewe Date: Wed, 11 Aug 2010 10:22:01 +0000 Subject: [PATCH] Installer: output correct location of the new built installer Commit 064dc44 changed the location of the output directory for the installer. This fixes the output that gets printed after the installer has been built. Signed-off-by: Stefan Naewe Signed-off-by: Johannes Schindelin --- share/WinGit/release.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/WinGit/release.sh b/share/WinGit/release.sh index 5dd51420..1a452d03 100644 --- a/share/WinGit/release.sh +++ b/share/WinGit/release.sh @@ -125,7 +125,6 @@ unset DONT_REMOVE_BUILTINS sed -e '/share\/msysGit/d' -e "s/msysGit/Git (version $version)/" \ < /etc/motd > $TMPDIR/etc/motd && cp /share/resources/gpl-2.0.rtf /share/resources/git.bmp /share/resources/gitsmall.bmp $TMPDIR && -homewinpath=$(cd ~ ; pwd -W) && sed -e "s/%APPVERSION%/$version/" \ < /share/WinGit/install.iss > $TMPDIR/install.iss && cp /share/WinGit/*.inc.iss $TMPDIR && @@ -135,4 +134,4 @@ echo "Launching Inno Setup compiler ..." && (grep -Ev "\s*Reading|\s*Compressing" < /tmp/install.out; test 0 = "$(cat /tmp/install.status)") && (cd / && git tag -a -m "Git for Windows $1" Git-$1) && -echo "Installer is available as $homewinpath/Git-$version.exe" +echo "Installer is available as $USERPROFILE/Git-$version.exe" -- 2.11.4.GIT