From 71e4661dfa930943b67d82d4e360f6a87a393c04 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Wed, 22 Sep 2010 19:02:47 +0000 Subject: -use a tab not a space --- Tools/scripts/mark_safe.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools/scripts') diff --git a/Tools/scripts/mark_safe.pl b/Tools/scripts/mark_safe.pl index 0a7ed91b46ea..24e70e0b4ad5 100755 --- a/Tools/scripts/mark_safe.pl +++ b/Tools/scripts/mark_safe.pl @@ -142,7 +142,7 @@ sub mark { $i_maintainer > 0 ? $i_maintainer : print "Can't find location to insert", next; my @newlines = @lines[0..$loc]; - push @newlines, "\n", "MAKE_JOBS_" . ($Safe ? "SAFE" : "UNSAFE") . "= yes\n"; + push @newlines, "\n", "MAKE_JOBS_" . ($Safe ? "SAFE" : "UNSAFE") . "=\tyes\n"; push @newlines, @lines[$loc+1..$#lines]; open my $mk_o, '>', $mfile or die "Can't open [$mfile] b/c [$!]"; -- cgit v1.2.3