1
0
Fork 0
devscripts/test/bashisms/command.sh.out
Daniel Baumann b543f2e88d
Adding upstream version 2.25.15.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:04:07 +02:00

12 lines
759 B
Text

possible bashism in bashisms/command.sh line 10 ('command' with option other than -p, -v or -V):
command -p -v -a test # BASHISM
possible bashism in bashisms/command.sh line 11 ('command' with option other than -p, -v or -V):
command -p -a -v test # BASHISM
possible bashism in bashisms/command.sh line 12 ('command' with option other than -p, -v or -V):
command -pa test # BASHISM
possible bashism in bashisms/command.sh line 13 ('command' with option other than -p, -v or -V):
command -ap test # BASHISM
possible bashism in bashisms/command.sh line 14 ('command' with option other than -p, -v or -V):
command -p -a test # BASHISM
possible bashism in bashisms/command.sh line 15 ('command' with option other than -p, -v or -V):
command -pV -a test # BASHISM