X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=bin%2Fnsconfig;h=c23ebc780fe6083a507f042408b1202f1629890e;hb=771dee6420421c5345ca84f032b0a1b5ab2a79d7;hp=b104932d6ed9240edb5d7886bd01b5861dacca78;hpb=ad59bf15d0e8a781477a25f69b97f7d4c9eb0e00;p=nsc-5.git diff --git a/bin/nsconfig b/bin/nsconfig index b104932..c23ebc7 100755 --- a/bin/nsconfig +++ b/bin/nsconfig @@ -1,6 +1,6 @@ -#!/bin/bash +#!/bin/sh # NSC -- Makefile & Config file build script -# (c) 1997--2003 Martin Mares +# (c) 1997--2008 Martin Mares set -e @@ -13,4 +13,4 @@ if [ ! -f $DOMAINS ] ; then fi $M4 m4/mkconf.m4 $DOMAINS >named.conf -$M4 m4/mkmf.m4 $DOMAINS >Makefile -DM4=$M4 +$M4 -DM4=$M4 m4/mkmf.m4 $DOMAINS >Makefile