From: zappo Date: Tue, 24 Feb 2009 01:41:14 +0000 (+0000) Subject: Patch from Marcus Harnisch X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8b563094821b812034434555e3e1cc62cf4a232;p=emacs.git Patch from Marcus Harnisch * test/manual/cedet/cit-test.sh: (EMACS): Use conditional value from the environment. --- diff --git a/test/manual/cedet/cit-test.sh b/test/manual/cedet/cit-test.sh index c415ec13155..53a6c10738c 100755 --- a/test/manual/cedet/cit-test.sh +++ b/test/manual/cedet/cit-test.sh @@ -1,6 +1,6 @@ #!/bin/sh -EMACS=emacs +EMACS=${EMACS:-emacs}; rm -r /tmp/CEDET_INTEG* $EMACS -q -l ../common/cedet.el -l cit-load.el -f toggle-debug-on-error -f cedet-integ-test