Commit 3d5636d2f0d2a03c6c4e3c01948b89868b1842ed

Thomas de Grivel 2023-02-15T23:21:35

verbose

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/bin/shpkg_ci b/bin/shpkg_ci
index 29b642a..0197022 100755
--- a/bin/shpkg_ci
+++ b/bin/shpkg_ci
@@ -89,7 +89,7 @@ status2png () {
         I="${SHPKG_CI_STATUS_DIR}/$(basename "$F" .status).png"
         if ! [ -f "$I" ] ||
                 [ "$F" -nt "$I" ]; then
-            cp "${SHPKG_DIR}/share/shpkg/img/status_${STATUS}.64.png" "$I"
+            verbose 1 cp "${SHPKG_DIR}/share/shpkg/img/status_${STATUS}.64.png" "$I"
         fi
     done
 }