From d8b563094821b812034434555e3e1cc62cf4a232 Mon Sep 17 00:00:00 2001 From: zappo Date: Tue, 24 Feb 2009 01:41:14 +0000 Subject: [PATCH] Patch from Marcus Harnisch * test/manual/cedet/cit-test.sh: (EMACS): Use conditional value from the environment. --- test/manual/cedet/cit-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2