mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01: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:
parent
a5c0ef282d
commit
65f9d0e2ee
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
APPARMOR_PARSER="${APPARMOR_PARSER:-../apparmor_parser}"
|
||||
|
|
Loading…
Add table
Reference in a new issue