Skip Menu |

This queue is for tickets about the JSON-DWIW CPAN distribution.

Report information
The Basics
Id: 91364
Status: new
Priority: 0/
Queue: JSON-DWIW

People
Owner: Nobody in particular
Requestors: jpeacock [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.47
Fixed in: (no value)



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