fix errors in previous commit...

This commit is contained in:
Yves Rutschle 2014-02-24 17:52:58 +01:00
parent 9beacc63f9
commit 53550ff21e
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
VERSION=$(shell ./genver.sh -r)
USELIBCONFIG=1 # Use libconfig? (necessary to use configuration files)
USELIBWRAP= # Use libwrap?
USELIBCAP=1 # Use libcap?
USELIBCAP= # Use libcap?
COV_TEST= # Perform test coverage?
PREFIX=/usr/local

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
if [ ${#} -eq 1 ] && [ "x$1" = "x-r" ]; then
# release text only