Skip to content

Commit

Permalink
Revert "use the GEMSTONE associated with the stone when running solo …
Browse files Browse the repository at this point in the history
…scripts in stone directory"

This reverts commit 05fbf21.
  • Loading branch information
dalehenrich committed Sep 27, 2023
1 parent 05fbf21 commit 66f1392
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/superdoit_solo
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ for arg in "$@"; do
done

export TARGET_GEMSTONE=$GEMSTONE
if [ -f ".GDKStoneSpec.ston" ] && [ -d "product" ] && [ -f "product/bin/extent0.rowan.dbf" ]; then
# support GsDevKit_stones
export GEMSTONE="`pwd`/product"
fi
if [ "$GEMSTONE"x != "x" ] ; then
if [ -f "$GEMSTONE/bin/extent0.rowan.dbf" ] ; then
GEM_SOLO_EXTENT=$GEMSTONE/bin/extent0.rowan.dbf
Expand Down

0 comments on commit 66f1392

Please sign in to comment.