On Jan 5, 2018, at 15:59, Rob Landry <[email protected]> wrote:
> I just upgraded my newest Debian 9 machine to RD 2.18.2 andd discovered that
> RN commands in macros didn't seem to work.
>
> On examining the script, I noticed that it began with #!/bin/sh; when I
> changed that to #!/bin/bash, the commands started working.
>
> Is RN only supposed to run bash scripts, and not, for instance, Perl scripts?
Nothing changed there in Rivendell for years and years. The actual command is
run using the system() call, which means that it will be started as:
/bin/sh -c <command>
Cheers!
|----------------------------------------------------------------------|
| Frederick F. Gleason, Jr. | Chief Developer |
| | Paravel Systems |
|----------------------------------------------------------------------|
| A room without books is like a body without a soul. |
| -- Cicero |
|----------------------------------------------------------------------|
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev