From: Hugo Villeneuve Date: Fri, 28 Nov 2014 06:26:33 +0000 (-0500) Subject: Add local keyword to variable X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=d9e4ff482c927d3be4a05d6a62f65aa3543b43ca;p=hvlinux.git Add local keyword to variable --- diff --git a/functions/fpkg b/functions/fpkg index eedc14d..9563456 100644 --- a/functions/fpkg +++ b/functions/fpkg @@ -90,6 +90,7 @@ wget_wrapper() local URL=${1} local SOURCE=${2} local DESTDIR=${LFS_PKG_DIR} + local wget_status if [ ${#} -eq 3 ]; then DESTDIR=${3}