From 5ffd06531724dd8bc8931817aa8d15e4097b94ca Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Thu, 7 Apr 2016 03:23:19 +0000 Subject: [PATCH] solaris --- TODO | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 23cf37a..c90fa99 100644 --- a/TODO +++ b/TODO @@ -120,8 +120,15 @@ I also need to handle when no arguments are passed to urchin. Exit code is wrong for which on HP-UX -Same error as above +## `$(...)` +Solaris doesn't support `$(...)`; you need `\`...\`` instead. tlevine@solaris$ ./urchin --run-in-series tests/Errors/ ./urchin: syntax error at line 84: `tmp=$' unexpected +I use this a lot. + + $ grep -c '\$(' urchin + 52 + +Darn