From f525e735c2f138908e5b7ba17b12d0066ab87e30 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 3 Sep 2013 14:07:43 +0000 Subject: [PATCH] abuild: export CC properly --- abuild.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index 1428945..ed0cb03 100755 --- a/abuild.in +++ b/abuild.in @@ -1924,7 +1924,8 @@ fi [ -z "$CTARGET" ] && CTARGET="$CHOST" # set a default CC -export ${CC:=gcc} +: ${CC:=gcc} +export CC cd "$startdir" || die . "$APKBUILD"