Skip to content

Commit

Permalink
use TARGET_GEMSTONE to preserve the original GEMSTONE value at start …
Browse files Browse the repository at this point in the history
…of script
  • Loading branch information
dalehenrich committed Aug 22, 2021
1 parent 8dc7451 commit e9d6373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/superdoit_solo
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gemstoneDir="$SUPERDOIT_DIR/gemstone"

scriptFile=$1
shift

export TARGET_GEMSTONE=$GEMSTONE
if [ "$ARCHBASE"x != "x" ] ; then
# Internal GemStone private or sanctioned build (3.6.0 and newer)"
if [ -d "$ARCHBASE/fast42" ] ; then
Expand Down

0 comments on commit e9d6373

Please sign in to comment.