From 5229051c3fc754ccc19384de6374f4b0c02faea2 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 29 Aug 2012 09:18:15 -0700 Subject: [PATCH] Fixed typo Change-Id: If770918f2de99959a9e416d01ba8c2bce032b9c5 --- depanneur | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/depanneur b/depanneur index 61eeb47..8039775 100755 --- 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"); -- 2.7.4