Commit 1699835d authored by cltbld's avatar cltbld
Browse files

Remove the en-US files using a command that can write to a valid file

(run_locale_shell_command has no valid output flie when it's called here).
parent 9cc78535
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -548,7 +548,7 @@ sub packit_l10n {
  } # foreach

  # remove en-US files since we're building that on a different system
  run_locale_shell_command "rm -f $stagedir/*en-US* $stagedir/*-xpi";
  TinderUtils::run_shell_command "rm -f $stagedir/*en-US* $stagedir/*-xpi";

  TinderUtils::print_log "locales completed.\n";