summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nasm.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/nasm.nsi b/nasm.nsi
index 0e1d403..ae2e69b 100644
--- a/nasm.nsi
+++ b/nasm.nsi
@@ -65,7 +65,7 @@ Section "${PACKAGE_NAME}"
File "rdoff/rdx.exe"
FileOpen $0 "nasmpath.bat" w
IfErrors skip
- FileWrite $0 "@set path=%path%;$INSTDIR$\r$\n"
+ FileWrite $0 "@set path=$INSTDIR;%path%$\r$\n"
FileWrite $0 "@%comspec%"
FileClose $0
skip: