From 5d06e6fdaa54963316a281d9561eceae8f8b1582 Mon Sep 17 00:00:00 2001 From: Li Jinjing Date: Tue, 9 Dec 2014 20:40:31 +0800 Subject: [PATCH] Avoid perl msg in depanneur During gbs build ,depanneur always says: Argument "" isn't numeric in numeric eq (==) at /usr/bin/depanneur line 642 Change-Id: I7876d28f2e39c50875cfde5332b9bc0ee6a72c40 Signed-off-by: Li Jinjing --- depanneur | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depanneur b/depanneur index 8764c7b..244998a 100755 --- a/depanneur +++ b/depanneur @@ -86,7 +86,7 @@ my $includeall = 0; # build all content of including uncommitted and # untracked files my $upstream_branch = ""; # upstream branch name my $upstream_tag = ""; # upstream tag name used for generate tar ball -my $fallback_to_native = ""; # fallback to native packaging mode if export fails +my $fallback_to_native = 0; # fallback to native packaging mode if export fails my $squash_patches_until = ""; # Commit_ID used for generate one patch my $no_patch_export = 0; # don't generate patches if it's 1 my $packaging_dir = "packaging";# packaging dir -- 2.34.1