diff options
-rwxr-xr-x | checkVersions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions index 0e5ee12b..ccb84f7e 100755 --- a/checkVersions +++ b/checkVersions @@ -101,6 +101,7 @@ then if ! mountpoint -q /mnt/archlinux32; then mount /mnt/archlinux32 fi + /usr/src/archlinux32/devops/watch-versions | tee -a "${tmpFile}" ${me} "${args[@]}" $(echo */PKGBUILD | tr " " "\n" | sed "s|/PKGBUILD||" | grep '32$') | tee -a "${tmpFile}" err=$? fi |