Fix whitespace that was preventing a shell continuation line from
being interpreted correctly.
This commit is contained in:
parent
2459a14ea3
commit
ff3dfa6c42
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ sleep 3
|
||||||
test -d "${HOME}/perl-profiles" || mkdir -v "${HOME}/perl-profiles"
|
test -d "${HOME}/perl-profiles" || mkdir -v "${HOME}/perl-profiles"
|
||||||
PROFILE_DIR="${HOME}/perl-profiles/$1"
|
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 \
|
App::cpanminus \
|
||||||
Dist::Zilla \
|
Dist::Zilla \
|
||||||
App::local::lib::helper
|
App::local::lib::helper
|
||||||
|
|
Loading…
Reference in a new issue