File: command.sh.out

package info (click to toggle)
devscripts 2.21.3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,044 kB
  • sloc: perl: 26,093; sh: 10,874; python: 2,502; makefile: 341; ansic: 11
file content (12 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
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