summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckVersions4
1 files changed, 2 insertions, 2 deletions
diff --git a/checkVersions b/checkVersions
index 714e3b6b..b85b27a6 100755
--- a/checkVersions
+++ b/checkVersions
@@ -452,7 +452,7 @@ then
then
remVer=$(
cd "$1"
- makepkg --verifysource >/dev/null
+ makepkg --verifysource >/dev/null 2>&1
git -C "${src_name}" fetch --all -p >/dev/null 2>&1
_commit='HEAD'
srcdir=$(pwd)
@@ -463,7 +463,7 @@ then
then
remVer=$(
cd "$1"
- makepkg --verifysource >/dev/null
+ makepkg --verifysource >/dev/null 2>&1
(
cd "${src_name}"
svn update >/dev/null