fix another late night typo

This commit is contained in:
Robin Gareus 2015-07-02 10:16:02 +02:00
parent 71595234bc
commit 4756423e60

View File

@ -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"