From 8a928f76d8a656771a9b7f34d6fc086f70be0fbb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 29 Oct 2008 04:02:58 +0100 Subject: [PATCH] Remove unused $distfiles stuff. --HG-- extra : convert_revision : 1d91a0ff92b2fe393c5cb6f5a206d4dadda7dd24 --- xbps.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/xbps.sh b/xbps.sh index 8f2f8aad542..c3260e5d0c6 100755 --- a/xbps.sh +++ b/xbps.sh @@ -537,8 +537,6 @@ fetch_distfiles() # [ "$build_style" = "meta-template" ] && return 0 - dfiles=$(echo $distfiles | sed 's|@||g') - for f in ${dfiles}; do curfile=$(basename $f) if [ -f "$XBPS_SRCDISTDIR/$curfile" ]; then