From 6b932e59c358e8ad52d212e333b43969129ec918 Mon Sep 17 00:00:00 2001 From: Tim Caswell Date: Mon, 3 Jun 2013 10:08:13 -0400 Subject: [PATCH] Remove column since many common environments don't have it. --- nvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvm.sh b/nvm.sh index 10631fe..85cefd3 100755 --- a/nvm.sh +++ b/nvm.sh @@ -134,7 +134,7 @@ print_versions() fi OUTPUT="$OUTPUT\n$PADDED_VERSION" done - echo -e "$OUTPUT" | column + echo -e "$OUTPUT" } nvm()