From ff3dfa6c42ffa752bc3930f5620617065d7264fb Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Mon, 15 Aug 2011 11:52:03 +0100 Subject: [PATCH] Fix whitespace that was preventing a shell continuation line from being interpreted correctly. --- new-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-profile b/new-profile index 684750e..88e753a 100755 --- a/new-profile +++ b/new-profile @@ -21,7 +21,7 @@ sleep 3 test -d "${HOME}/perl-profiles" || mkdir -v "${HOME}/perl-profiles" PROFILE_DIR="${HOME}/perl-profiles/$1" -curl -L http://cpanmin.us/ | perl - --notest --quiet --local-lib "${PROFILE_DIR}" \ +curl -L http://cpanmin.us/ | perl - --notest --quiet --local-lib "${PROFILE_DIR}" \ App::cpanminus \ Dist::Zilla \ App::local::lib::helper