Subject: | libjsonevt/fixup_config assumes sh == bash |
The fixup_config script uses bash syntax, but the shebang line has /bin/sh, which won't work on Solaris (where sh is not really bash like most Linux distros). Just changing the shebang line to /bin/bash is sufficient.
--- libjsonevt/fixup_config.orig Thu Dec 12 13:59:53 2013
+++ libjsonevt/fixup_config Thu Dec 12 14:00:24 2013
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
perl_run=$1