From 52bf78868b7c0e907ee88c2b581ded0da46a8dc3 Mon Sep 17 00:00:00 2001 From: Firer Date: Mon, 1 Oct 2018 16:39:58 +0100 Subject: [PATCH] Fix autoconf error: Wrong amount of autoconf --- cpu | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu b/cpu index 9203af8..d39e2ec 100755 --- a/cpu +++ b/cpu @@ -30,6 +30,7 @@ if [ "$1" = "autoconf" ]; then echo yes + exit 0 fi if [ "$1" = "config" ]; then