From ed8f539d58d020ad47cab70b7c97f4507ca441ea Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Wed, 5 Jan 2011 06:29:52 -0800 Subject: [PATCH] typo --- bin/n | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/n b/bin/n index ed49cd7..3788421 100755 --- a/bin/n +++ b/bin/n @@ -78,8 +78,8 @@ install_node() { > "node-v$version.tar.gz" \ && tar -zxf "node-v$version.tar.gz" \ && cd "node-v$version" \ - && ./configure - && make install + && ./configure \ + && make install \ && log "installation complete" }