Fixed typo
authorAnas Nashif <anas.nashif@intel.com>
Wed, 29 Aug 2012 16:18:15 +0000 (09:18 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Wed, 29 Aug 2012 16:18:15 +0000 (09:18 -0700)
Change-Id: If770918f2de99959a9e416d01ba8c2bce032b9c5

depanneur

index 61eeb47..8039775 100755 (executable)
--- a/depanneur
+++ b/depanneur
@@ -88,7 +88,7 @@ my $exclude_from_file = "$build_root/meta/exclude";
 my $cleanonce = 0;
 my $debug = 0;
 my $incremental = 0;
-my $turbu = 0;
+my $turbo = 0;
 my $run_configure = 0;
 my $overwrite = 0;
 my $MAX_THREADS = 1;
@@ -128,7 +128,7 @@ GetOptions (
     "overwrite" => \$overwrite,
     "debug" => \$debug,
     "incremental" => \$incremental,
-    "turbu" => \$turbu,
+    "turbo" => \$turbo,
     "no-configure" => \$run_configure,
     "threads=s" => \$MAX_THREADS,
     );
@@ -804,7 +804,7 @@ foreach my $sp (@original_specs) {
 
 info("Parsing package data...");
 
-if (! $turbu) {
+if (! $turbo) {
     info("Retrieving repo metadata...");
     my $repos_setup = 1;
     system("> $order_dir/.repo.cache");