]> git.pld-linux.org Git - packages/ejabberd.git/commitdiff
ejabberd-pack_deps.sh: fix the 'configure' test
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 13 Mar 2014 13:20:22 +0000 (14:20 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 13 Mar 2014 13:20:22 +0000 (14:20 +0100)
ejabberd-pack_deps.sh

index dc369fa3fdbea271650fb233b4a579e55eae2e85..cbbea5d79a4119534d822345c8b2406340adda55 100755 (executable)
@@ -8,7 +8,7 @@ if [ "$(basename $current_dir)" != "deps" ] \
        exit 1
 fi
 
-if [ -e ../config.status ] ; then
+if [ -e ../config.status ] ; then
        echo "You should first run ./configure with all wanted options."
        exit 1
 fi
This page took 0.107028 seconds and 4 git commands to generate.