This commit is contained in:
Thomas Levine 2016-04-07 03:23:19 +00:00
parent c0239915a2
commit 5ffd065317
1 changed files with 8 additions and 1 deletions

9
TODO
View File

@ -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