Skip to content

Commit

Permalink
remove debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Jan 3, 2025
1 parent 078bfb6 commit b661e91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion makedist
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ VERSION_ID="$VERS"
!EOF!

for U in $URLS; do
echo $URLS
echo "Extracting $U into $DIST"
if ! curl -Ls "$U"|rpm2cpio -|cpio -idmv -f "*/.build-id*"; then
echo "Extracting $U failed!" >&2
Expand Down

0 comments on commit b661e91

Please sign in to comment.