Correction errur syntaxe bash
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Thu, 10 Mar 2011 03:17:13 +0000 (03:17 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Thu, 10 Mar 2011 03:17:13 +0000 (03:17 +0000)
stage2/pkg/gmp

index bf79741..e905ae3 100644 (file)
@@ -2,7 +2,7 @@
 
 hvconfig_pre()
 {
 
 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
         # It seems ABI is improperly detected for Intel atom...
         export ABI=32
     fi