pkgtools

morpheus pkg tools
git clone git://git.2f30.org/pkgtools
Log | Files | Refs | README | LICENSE

commit 06f066d7ccdc2565171c77ba06fab0adf0a75e09
parent 5d79ad69c7c5ec16f91f20fc009b1acb6924e859
Author: sin <sin@2f30.org>
Date:   Tue, 10 Jun 2014 15:54:26 +0100

Remove debug code

Diffstat:
Mfetchpkg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fetchpkg b/fetchpkg @@ -1,6 +1,6 @@ #!/bin/sh -cat /dev/stdin | while read pkg; do +while read pkg; do filename=$(echo $(basename "$pkg") | sed 's/%23/#/') curl "$pkg" > "$filename" done