You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For shell trap purposes, "1 2 3 13 15" is the same as "HUP INT QUIT PIPE
TERM" in AIX, FreeBSD, Hurd, illumos, Linux, macOS, NetBSD, OpenBSD and
Solaris. However, in Haiku SIGPIPE is 7 and 13 is SIGTSTP.
Address all warnings from shellcheck 0.9.0:
mkdep:66:11: note: Double quote to prevent globbing and word splitting.
[SC2086]
mkdep:73:34: warning: Trapping signals by number is not well defined.
Prefer signal names. [SC2172]
mkdep:75:4: note: Double quote to prevent globbing and word splitting.
[SC2086]
mkdep:75:10: note: Double quote to prevent globbing and word splitting.
[SC2086]
mkdep:77:41: note: Double quote to prevent globbing and word splitting.
[SC2086]
mkdep:77:49: note: Double quote to prevent globbing and word splitting.
[SC2086]
mkdep:79:17: note: Double quote to prevent globbing and word splitting.
[SC2086]
mkdep:97:16: warning: Use "$@" (with quotes) to prevent whitespace problems.
[SC2048]
mkdep:103:5: note: Double quote to prevent globbing and word splitting.
[SC2086]
mkdep:103:23: note: Double quote to prevent globbing and word splitting.
[SC2086]
mkdep:103:30: note: Double quote to prevent globbing and word splitting.
[SC2086]
mkdep:106:11: note: Double quote to prevent globbing and word splitting.
[SC2086]
mkdep:108:17: note: Double quote to prevent globbing and word splitting.
[SC2086]
mkdep:114:4: note: Double quote to prevent globbing and word splitting.
[SC2086]
mkdep:114:9: note: Double quote to prevent globbing and word splitting.
[SC2086]
mkdep:115:7: note: Double quote to prevent globbing and word splitting.
[SC2086]
mkdep:115:19: note: Double quote to prevent globbing and word splitting.
[SC2086]
(cherry picked from commit 983d432)
0 commit comments