summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-07-02 10:16:02 +0200
committerRobin Gareus <robin@gareus.org>2015-07-02 10:16:02 +0200
commit4756423e6096162e092309de1e640e80ff10a71a (patch)
treebf261f979533490c463f75e2e3d04c9924b946f5 /tools
parent71595234bcac7927c5bf3e5006a60627d19c60f8 (diff)
fix another late night typo
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/stage2.run.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/stage2.run.in b/tools/linux_packaging/stage2.run.in
index a28fbf7991..850776c88e 100755
--- a/tools/linux_packaging/stage2.run.in
+++ b/tools/linux_packaging/stage2.run.in
@@ -12,7 +12,7 @@ MAJOR_VERSION="%REPLACE_MAJOR_VERSION%"
PGM_NAME="%REPLACE_PGM%"
PGM_VENDOR="%REPLACE_VENDOR%"
-PGM_EXEC_FILE="$REPLACE_EXE%${MAJOR_VERSION}"
+PGM_EXEC_FILE="%REPLACE_EXE%${MAJOR_VERSION}"
THE_SHELL="/bin/sh"