-
Notifications
You must be signed in to change notification settings - Fork 56
POSIX compatiblity #27
Copy link
Copy link
Open
Description
When writing turly portable shell scripts, one would resort to use the POSIX compatible subset, sh. However, the assert.sh script uses some bashisms, so it will not work in POSIX-compatible mode.
Reproduce the issue by running:
sh assert.sh # Will complain about redirects; probably due to the use of <<<
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels