Revision 3729
- Date:
- 2019-10-10 02:09:57
- Files:
Legend:
- Added
- Removed
- Modified
-
tome2/trunk/go.sh
2 2 # $Id$ 3 3 VERSION=`perl -I$HOME/lib/perl -MT4 -e 'print T4::latest_version()'` 4 4 5 if pwd | egrep 'addons.src$' ; then 5 if pwd | egrep -q 'addons.src$' ; then 6 6 # In an addons working copy; use the executable for the version we're in. 7 7 cd ../.. 8 elif pwd | egrep 'modules/tome2-[^/]+$' ; then 8 elif pwd | egrep -q 'modules/tome2-[^/]+$' ; then 9 9 # In a module working copy; as above. 10 10 cd ../../.. 11 11 elif [ -x $HOME/t-engine4-src-$VERSION/t-engine ] ; then