mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-21 17:47:10 +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:
parent
9f2959482f
commit
dbd6591e2f
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
test $# = 0 || {
|
||||
echo "Usage: $0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user