collectd: fix build on machines using zsh for /bin/sh
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 2 Feb 2012 10:02:01 +0000 (10:02 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 2 Feb 2012 10:02:01 +0000 (10:02 +0000)
SVN-Revision: 29989

utils/collectd/patches/004-version-gen-shell.sh [new file with mode: 0644]

diff --git a/utils/collectd/patches/004-version-gen-shell.sh b/utils/collectd/patches/004-version-gen-shell.sh
new file mode 100644 (file)
index 0000000..1aafab2
--- /dev/null
@@ -0,0 +1,8 @@
+--- a/version-gen.sh
++++ b/version-gen.sh
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/usr/bin/env bash
+ DEFAULT_VERSION="4.10.2.git"