From: gobo72 Date: Thu, 10 Mar 2011 03:17:13 +0000 (+0000) Subject: Correction errur syntaxe bash X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;ds=sidebyside;h=afd51e2f73ccc4505251a9f77982c7d237cd7743;p=hvlinux.git Correction errur syntaxe bash --- diff --git a/stage2/pkg/gmp b/stage2/pkg/gmp index bf79741..e905ae3 100644 --- a/stage2/pkg/gmp +++ b/stage2/pkg/gmp @@ -2,7 +2,7 @@ hvconfig_pre() { - if [ "${HVL_TARGET}" -ne "x86_64" ]; then + if [ "${HVL_TARGET}" != "x86_64" ]; then # It seems ABI is improperly detected for Intel atom... export ABI=32 fi