Changeset 4430 for trunk/integration
- Timestamp:
- 08/17/08 09:22:35 (5 months ago)
- Files:
-
- 1 modified
-
trunk/integration/eclipselgt.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/integration/eclipselgt.sh
r4423 r4430 74 74 echo 75 75 76 if eclipse -e " halt." 2>&1 | grep "Version5.10" 2>&1 >/dev/null; then76 if eclipse -e "get_flag(version, Version), write(Version), halt." 2>&1 | grep "5.10" 2>&1 >/dev/null; then 77 77 exec eclipse -b "$LOGTALKHOME/integration/logtalk_eclipse5.pl" "$@" 78 78 else
