Skip to content

Commit

Permalink
in bash, if ends with fi, not in end.
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed Apr 9, 2012
1 parent f28e661 commit 94ef691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Expand Up @@ -18,7 +18,7 @@ if [ -L "$PREV" ]; then
rm -rf "${PREV}.pre-adegan"
mv "${PREV}" "${PREV}.pre-adegan" || die "Could not move ${PREV} to ${PREV}.pre-adegan"
echo "${PREV} has been renamed to ${PREV}.pre-adegan"
end
fi

# Clone adegan into .vim
git clone https://github.com/kikito/adegan.git $HOME/.vim \
Expand Down

0 comments on commit 94ef691

Please sign in to comment.