Changeset 38205


Ignore:
Timestamp:
2023-09-25T17:34:29+13:00 (8 months ago)
Author:
davidb
Message:

Needs different var name, so doesn't clash with other scripts doing the same thing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/apache-jena/trunk/src/devel.sh

    r38203 r38205  
    11
    22if [ "x$GSDL3SRCHOME" = "x" ] ; then
    3   full_setup="${PWD}/${BASH_SOURCE}"
    4   fulldir="${full_setup%/*}"
    5   fulldir="${fulldir%/.}"
     3  aj_full_setup="${PWD}/${BASH_SOURCE}"
     4  aj_fulldir="${aj_full_setup%/*}"
     5  aj_fulldir="${aj_fulldir%/.}"
    66  cd ../../../
    77  . ./gs3-setup.sh
    8   cd "$fulldir"
     8  cd "$aj_fulldir"
    99fi
    1010
Note: See TracChangeset for help on using the changeset viewer.