]> git.eshelyaron.com Git - emacs.git/commitdiff
Patch from Marcus Harnisch
authorzappo <zappo@users.sourceforge.net>
Tue, 24 Feb 2009 01:41:14 +0000 (01:41 +0000)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:55:35 +0000 (17:55 +0200)
* test/manual/cedet/cit-test.sh: (EMACS): Use conditional value from
 the environment.

test/manual/cedet/cit-test.sh

index c415ec131557bb0f00371eaaf5480c3075f974db..53a6c10738cf68cc158eed7b94e266a7009c5216 100755 (executable)
@@ -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