http://bugzilla.opensuse.org/show_bug.cgi?id=1198463 http://bugzilla.opensuse.org/show_bug.cgi?id=1198463#c1 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |suse-beta@cboltz.de --- Comment #1 from Christian Boltz <suse-beta@cboltz.de> --- Looks like '�' the script uses as separator is no longer is a single-byte character, so we'll need to find another special character ;-) Looking at the smiley - why not ';'? While on it, let me add - set -o pipefail - || verboseexit "generating profile sniplet failed" (after the sed call) During testing, I also noticed that test -e "$profilesniplet" || \ silentexit "apparmor profile snippet not available" might not be a good idea, and replaced it with test -e "$profilesniplet" || touch "$profilesniplet" I'll attach a patch ;-) -- You are receiving this mail because: You are on the CC list for the bug.