From fbfc791091591fc1f228c6b06415d1ce43bd6dcd Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 28 Jun 2005 19:57:16 +0000 Subject: [PATCH] fixed bug #1227610 - !packhdr example missing dollar sign git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4141 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/compiler.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/compiler.but b/Docs/src/compiler.but index 4ab18983..8a175cef 100644 --- a/Docs/src/compiler.but +++ b/Docs/src/compiler.but @@ -75,7 +75,7 @@ On POSIX platforms, !execute will use system() just like \R{system}{!system}. This option makes the compiler use an external EXE packer (such as \W{http://www.un4seen.com/petite/}{Petite} or \W{http://upx.sourceforge.net/}{UPX}) to compress the executable header. Specify a temporary file name (such as "temp.dat") and a command line (such as "C:\\program files\\upx\\upx -9 temp.dat") to compress the header. -\c !packhdr "%TEMP%\exehead.tmp" '"C:\Program Files\UPX\upx.exe" "%TEMP%\exehead.tmp"' +\c !packhdr "$%TEMP%\exehead.tmp" '"C:\Program Files\UPX\upx.exe" "$%TEMP%\exehead.tmp"' \S1{system} !system