]> git.sur5r.net Git - bacula/bacula/blob - regress/config
Updates
[bacula/bacula] / regress / config
1 #/bin/sh
2 #
3 # First argument is expected to be a user's configuration file
4 #
5 if ! test -e $1 ; then
6    echo "Arg1 must specify a config file (e.g. prototype.conf)"
7    exit 1
8 fi
9 sed -e "/@CONFIG@/r $1" -e "s/@CONFIG@//" Makefile.in >Makefile