1
0
Fork 0
devscripts/test/bashisms/printf.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

6 lines
372 B
Text

possible bashism in bashisms/printf.sh line 3 ('printf -v var ...' should be var='$(printf ...)'):
printf -v some_var "this is a BASHISM"
possible bashism in bashisms/printf.sh line 5 (printf %q):
printf "the use of %q is bad\n" "BASHISMS" >/dev/null
possible bashism in bashisms/printf.sh line 7 (printf %q):
printf "%q leading the string is bad\n" "BASHISMS" >/dev/null