From d6fd401aa36cf14d708d907bf2d9471aff0a7ec5 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 15 Dec 2011 00:41:52 +0100 Subject: [PATCH] Fix use of non-existent variable (GCCDATE instead of gccDate). --- build-gcc4-optional-package-Haiku.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-gcc4-optional-package-Haiku.sh b/build-gcc4-optional-package-Haiku.sh index 9b6895e..115147c 100755 --- a/build-gcc4-optional-package-Haiku.sh +++ b/build-gcc4-optional-package-Haiku.sh @@ -131,9 +131,9 @@ # zip everything up -gccVersionYear=20$(echo $GCCDATE | cut -c1-2) -gccVersionMonth=$(echo $GCCDATE | cut -c3-4) -gccVersionDay=$(echo $GCCDATE | cut -c5-6) +gccVersionYear=20$(echo $gccDate | cut -c1-2) +gccVersionMonth=$(echo $gccDate | cut -c3-4) +gccVersionDay=$(echo $gccDate | cut -c5-6) packageFile="$currentDir/gcc-${gccVersion}-${gccArch}-gcc4-${gccVersionYear}-${gccVersionMonth}-${gccVersionDay}.zip" cd /boot -- gitore 0.2.2