2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 13:58:22 +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
No known key found for this signature in database
GPG Key ID: 2F099E8D005E81F4

View File

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