vimage. Regardless whether we are at the top of the vimage tree
or not, the current vimage will have an address of ".". More
importantly, we can now _really_ start new experiments from within
non-default vimages, i.e. run IMUNES inside IMUNES!
While here, bump our "version" date.
Bug found by:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
#
-if [ `id -ur` -eq 0 -a -x /sbin/vimage ]; then
- vimage=`vimage`
- if [ `expr ${vimage} != "."` -ne 0 ]; then
- echo "Imunes cannot be started from virtual image!"
- echo "(exit to default and try again)"
- exit 2
- fi
-fi
-
SHELL=/bin/sh
export SHELL
exec tclsh8.4 $imunes "$@"
;;
-v | --version)
- exec echo IMUNES version 2006-03-07
+ exec echo IMUNES version 2007-11-01
;;
*)
exec wish8.4 $imunes "$@"