diff --git a/bin/dev_scripts/run-perltidy.pl b/bin/dev_scripts/run-perltidy.pl index f86e833292..cc471d2436 100755 --- a/bin/dev_scripts/run-perltidy.pl +++ b/bin/dev_scripts/run-perltidy.pl @@ -68,7 +68,7 @@ =head1 OPTIONS exit $err if $err; die "The -pro option is not supported by this script.\n" if defined $options{profile}; -unshift(@args, '-bext=/') unless defined $options{'backup-file-extension'}; +unshift(@args, '-bext=/tidybak') unless defined $options{'backup-file-extension'}; if (@files) { for (@files) {