From 7f0b12faf8eb18ea24169272de7aa0ec358d9d2e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 29 Oct 2008 00:05:03 +0100 Subject: [PATCH] Update info_tmpl() after last changes to $distfiles parsing. --HG-- extra : convert_revision : d7f54cf85b5d3f509e993b58bc5e479bc80a3f0c --- xbps.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xbps.sh b/xbps.sh index f017812fbd3..c03819e950d 100755 --- a/xbps.sh +++ b/xbps.sh @@ -168,8 +168,7 @@ info_tmpl() echo "pkgname: $pkgname" echo "version: $version" for i in "${distfiles}"; do - [ -n "$i" ] && i=$(echo $i|sed s'|@||g') && \ - echo "distfile: $i" + echo "distfile: $i" done [ -n "$checksum" ] && echo "checksum: $checksum" echo "maintainer: $maintainer"