diff options
-rwxr-xr-x | checkVersions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions index c4b4aa5de..740223ea6 100755 --- a/checkVersions +++ b/checkVersions @@ -254,7 +254,7 @@ then then remVer=$( cd "$1" - git fetch --all -p > /dev/null 2>&1 + git -C "$(echo "${src_name}")" fetch --all -p > /dev/null 2>&1 _commit='HEAD' srcdir=$(pwd) pkgver |