2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +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:
Steve Beattie
2019-01-31 23:23:23 -08:00
parent a5c0ef282d
commit 65f9d0e2ee

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
APPARMOR_PARSER="${APPARMOR_PARSER:-../apparmor_parser}"