Skip to content

Commit

Permalink
Remove undefined work-around
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Dec 3, 2013
1 parent 4103c53 commit 1428639
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion downgrade
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ install_pkg() {

if [[ "$pkg" == 'http://'* ]]; then
url="$pkg"
url="${url/\/undefined\///$ARCH/}"
pkg="${url##*/}"

curl --silent "$url" > "$pkg"
Expand Down

0 comments on commit 1428639

Please sign in to comment.