Commit Graph

5 Commits

Author SHA1 Message Date
Raf Czlonka 4e2c82f4fb Improve command substitution
- .kshrc file isn't special - $ENV can point to any file
- use $MAIL since is available by default
- replace backticks ('`') with '$()' - they both nest and look better
- be consistent about using `[` or `test` - chose the latter here
- use `-n` for the second test case in order to keep the examples'
  logic the same:

	[...] && echo '* '
2023-07-11 16:13:32 +01:00
Raf Czlonka 0a2509e3e0 Fix test case 2023-07-11 16:03:17 +01:00
Benjamin Morrison e982370876 patch submitted by vani@ 2020-12-17 22:59:59 -05:00
PaperMountainStudio 5915145a7e Fix typo 2019-11-01 10:41:11 -04:00
ahriman 0381bce358 tildewiki 2019-09-02 17:42:06 -04:00