2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00

aa-teardown: Replace /bin/bash with /bin/sh

The script does not require bash, a POSIX shell is sufficient. This
removes bash as a runtime dependency of the parser.
This commit is contained in:
Robert Joslyn 2018-05-05 17:46:19 -07:00
parent 9f2959482f
commit dbd6591e2f

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
test $# = 0 || {
echo "Usage: $0"