Skip to content

Commit

Permalink
make lpkg quieter
Browse files Browse the repository at this point in the history
  • Loading branch information
niaow committed Nov 22, 2017
1 parent f425f11 commit 1033e9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ fetch() {
if [ ! -e "$fetcher" ]; then
fail "No fetcher found!"
fi
echo "Downloading $REPO/$2"
"$fetcher" "$@" || return $?
}

Expand Down

0 comments on commit 1033e9d

Please sign in to comment.