Skip to content

Commit

Permalink
uname lookup broken on ubuntu 12.04
Browse files Browse the repository at this point in the history
I escaped the lookup and works fine for me now. Tested other os and still worked.
  • Loading branch information
nw committed Jan 21, 2013
1 parent ab9b4c4 commit 12d2156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/n
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ is_ok() {

tarball_url() {
local version=$1
local uname=$(uname -a)
local uname="$(uname -a)"
local arch=x86
local os=

Expand Down

0 comments on commit 12d2156

Please sign in to comment.