]> mj.ucw.cz Git - eval.git/blobdiff - eval/ev.sh
Isolate: Silenced signed/unsigned comparison warning
[eval.git] / eval / ev.sh
index 5750f0b64bc60168b47d71fcd09390cb023c3e45..94c08a310d71306fd2db49e24a3b6c692b5e9a3d 100755 (executable)
@@ -3,12 +3,12 @@
 # (c) 2001--2008 Martin Mares <mj@ucw.cz>
 
 set -e
-if [ ! -f config -o ! -f lib/libeval.sh ] ; then
+if [ ! -f cf/eval -o ! -f lib/libeval.sh ] ; then
        echo "Unable to find evaluator files!"
        exit 1
 fi
 . lib/libeval.sh
-. config
+. cf/eval
 while parse-cmdline "$1" ; do
        shift
 done