mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-03 20:42:50 -04:00
A quick fix for some perl patch-helper scripts.
This commit is contained in:
@@ -13,6 +13,8 @@ use Getopt::Long;
|
||||
);
|
||||
&usage if $help_opt;
|
||||
|
||||
push @INC, '.';
|
||||
|
||||
require 'packaging/git-status.pl';
|
||||
check_git_state($master_branch, !$skip_branch_check, 1);
|
||||
|
||||
|
||||
@@ -33,6 +33,8 @@ if (defined $incl_generated_files) {
|
||||
die "No '$patches_dir' directory was found.\n" unless -d $patches_dir;
|
||||
die "No '.git' directory present in the current dir.\n" unless -d '.git';
|
||||
|
||||
push @INC, '.';
|
||||
|
||||
require 'packaging/git-status.pl';
|
||||
my $starting_branch = check_git_state($master_branch, !$skip_branch_check, 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user