From 28b610e9fb79594c49bc64c7c331d0aaab382e7e Mon Sep 17 00:00:00 2001 From: Isaac Pittman Date: Wed, 8 Mar 2023 11:33:15 -0500 Subject: [PATCH] Restore execute permission to get_sources.sh In [04de77](https://git.centos.org/centos-git-common/c/04de770) the execute permission was removed from `get_sources.sh`, which causes `into_srpm.sh` to fail with the following error: ``` You need get_sources.sh from centos-git-common in PATH ``` This fix restore the execute permission. --- get_sources.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 get_sources.sh diff --git a/get_sources.sh b/get_sources.sh old mode 100644 new mode 100755