summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_html_archlinux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index f0162768..20a8bbef 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -48,7 +48,7 @@ for REPOSITORY in $ARCHLINUX_REPOS ; do
ARCHLINUX_PKG_PATH=$ARCHBASE/$REPOSITORY/$PKG
if [ -z "$(cd $ARCHLINUX_PKG_PATH ; ls)" ] ; then
# directory exists but is empty: package is building…
- echo "$(date -u ) - ignoring $PKG from '$REPOSITORY' which is building right now…"
+ echo "$(date -u ) - ignoring $PKG from '$REPOSITORY' which is building in $ARCHLINUX_PKG_PATH right now…"
continue
fi
let TESTED+=1