From 2d817576f7089c6c04c2629e7e182d790d5aa046 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Sun, 18 Aug 2019 18:26:17 -0500 Subject: [PATCH] Fixed fresh IIgs installer bug. --- scripts/installer.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index d61d0d0..1edc4d8 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -201,7 +201,9 @@ function configWrite() { # IIgs Runtime & ORCA Compilers P=\${JOEY}/sdks/IIgs:${P} echo "export GOLDEN_GATE=\"\${JOEY}/sdks/IIgs/ORCA\"" >> "${O}" - echo "mountORCA.sh" >> "${O}" + echo "if [[ -e \"\${JOEY}/sdks/IIgs/mountORCA.sh\" ]]; then" >> "${O}" + echo -e "\t\"\${JOEY}/sdks/IIgs/mountORCA.sh\"" >> "${O}" + echo "fi" >> "${O}" fi if [[ ${G_IS_INSTALLED[$G_ATARIST]} == 1 ]]; then # All VBCC targets get these