Skip to content

Commit

Permalink
Merge pull request NVIDIA#1 from Vash63/master
Browse files Browse the repository at this point in the history
Fix custom install to work
  • Loading branch information
apanteleev authored Jun 6, 2019
2 parents 9ae17fb + 559edc6 commit 890fea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/find-retail-paks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [[ "0" -eq ${NO_COPY_RETAIL} ]]; then
# Prompt user for custom existing-install location
if [[ ! -z ${ZEN} ]]; then
${ZEN_INFO} "Please select your existing Quake 2 Retail Installation Directory."
copy_retail_files $(${ZEN_DIR_SELECT})
copy_retail_files "$(${ZEN_DIR_SELECT})"
exit 0;
fi
fi
Expand Down

0 comments on commit 890fea8

Please sign in to comment.