diff options
Diffstat (limited to '')
-rw-r--r-- | test/bashisms/command.sh.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/bashisms/command.sh.out b/test/bashisms/command.sh.out new file mode 100644 index 0000000..7a6b081 --- /dev/null +++ b/test/bashisms/command.sh.out @@ -0,0 +1,4 @@ +possible bashism in bashisms/command.sh line 5 ('command' with option other than -p): +command -v test # BASHISM +possible bashism in bashisms/command.sh line 6 ('command' with option other than -p): +command -V test # BASHISM |