mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 22:05:27 +00:00
parser: use /bin/sh for minimize test
There are no bashisms in the minimize.sh test script, so convert to using to /bin/sh Signed-off-by: Steve Beattie <steve.beattie@canonical.com> Bug: https://gitlab.com/apparmor/apparmor/issues/18
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
#
|
#
|
||||||
APPARMOR_PARSER="${APPARMOR_PARSER:-../apparmor_parser}"
|
APPARMOR_PARSER="${APPARMOR_PARSER:-../apparmor_parser}"
|
||||||
|
Reference in New Issue
Block a user