From 92df1ce6e72af21e835780d63ae4c20a49706131 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 16 Feb 2009 00:16:29 +0100 Subject: [PATCH] Fix "CORE" variable typo in make.sh --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 5263f5c7da..cc1f540d4e 100755 --- a/make.sh +++ b/make.sh @@ -598,7 +598,7 @@ buildipfire() { git status >> $BASEDIR/build/var/ipfire/firebuild echo >> $BASEDIR/build/var/ipfire/firebuild cat /proc/cpuinfo >> $BASEDIR/build/var/ipfire/firebuild - echo $(CORE) > $BASEDIR/build/opt/pakfire/db/core/mine + echo $CORE > $BASEDIR/build/opt/pakfire/db/core/mine } buildinstaller() { -- 2.39.5