poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

'run' script does not work on Solaris 10


From: Bruno Haible
Subject: 'run' script does not work on Solaris 10
Date: Sun, 07 Mar 2021 16:08:43 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-203-generic; KDE/5.18.0; x86_64; ; )

On Solaris 10, I see this:

$ ./run poke
./run: syntax error at line 28: `s=$' unexpected

The reason is that Solaris /bin/sh does not support $(...). You need to use
the older syntax `...` instead. Here's a proposed patch.


Attachment: 0002-Make-the-run-script-work-on-Solaris-10.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]