Skip to content

Commit

Permalink
Enabled command arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
tbartelmess committed Sep 12, 2014
1 parent 40006c1 commit b6d74eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function build_nrpe() {

cd "$BUILD_DIR/nrpe"
echo -n "Configuring NRPE... "
./configure > "../configure.log" 2>&1
./configure --enable-command-args > "../configure.log" 2>&1
print_status
echo -n "Build NRPE... "
make > "../build.log" 2>&1
Expand Down

0 comments on commit b6d74eb

Please sign in to comment.