]> git.draconx.ca Git - cdecl99.git/commit
Fix TEST_NEED_PROGRAM to work on old Solaris /bin/sh.
authorNick Bowler <nbowler@draconx.ca>
Sat, 1 Jul 2023 21:26:08 +0000 (17:26 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sat, 1 Jul 2023 21:41:16 +0000 (17:41 -0400)
commit77923149528a1a661a9a816fa10d78d1c679564f
treed16a8e737d7b67b90aa0db3ed27816cc5b628ca4
parent090f5235db47c11457de1d032271d7c01dd7d0b9
Fix TEST_NEED_PROGRAM to work on old Solaris /bin/sh.

Solaris /bin/sh does not support ${x##y} expansions.  For this macro
we can almost as easily use a case statement instead.
testsuite.at