diff options
Diffstat (limited to 'afl-system-config')
-rwxr-xr-x | afl-system-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/afl-system-config b/afl-system-config index 4ca9f0a9..7031544c 100755 --- a/afl-system-config +++ b/afl-system-config @@ -80,3 +80,4 @@ if [ "$PLATFORM" = "Darwin" ] ; then DONE=1 fi test -z "$DONE" && echo Error: Unknown platform: $PLATFORM +exit 0 |