diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 13:55:33 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:00 +0000 |
commit | 0784b1c501e505875479fca4139228a755523adc (patch) | |
tree | e859eb58af17dfb542bd698059eba608dd650591 | |
parent | e8003b0b6109eca1a7b007a8437e67103fb0e8ed (diff) | |
download | slackbuilds-0784b1c501e505875479fca4139228a755523adc.tar.gz |
system/munin-node: Fix shebang.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | system/munin-node/munin-node.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/munin-node/munin-node.SlackBuild b/system/munin-node/munin-node.SlackBuild index 487b4c9ea6..044af0068c 100644 --- a/system/munin-node/munin-node.SlackBuild +++ b/system/munin-node/munin-node.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/sh # Slackware Package Build Script for munin-node (http://munin-monitoring.org) # SlackBuild source at https://github.com/chapmajs/munin-node-slackbuild |