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
Failed to generate hash of commit

View file

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