summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSergey Lukin <contact@sergeylukinlukinlukin.com>2012-11-09 23:53:22 +0200
committerSergey Lukin <contact@sergeylukinlukinlukin.com>2012-11-09 23:53:22 +0200
commitebeae4abe9b3ef2e626eb545e991bb5696c57de0 (patch)
treec7aabadeff3204ab8c2e285dd31ab97af6320126 /tools
parentc2ae9e09ca1f33ff1e13e629a0b2e6bdd19f83a9 (diff)
downloadzsh-ebeae4abe9b3ef2e626eb545e991bb5696c57de0.tar.gz
zsh-ebeae4abe9b3ef2e626eb545e991bb5696c57de0.tar.bz2
zsh-ebeae4abe9b3ef2e626eb545e991bb5696c57de0.zip
Fix /bin/sh compatibility issue in install.sh
Diffstat (limited to 'tools')
-rwxr-xr-xtools/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh
index b080be3a1..0558c96ce 100755
--- a/tools/install.sh
+++ b/tools/install.sh
@@ -36,4 +36,4 @@ echo "\033[0;32m"' /____/ '"\033[0m
echo "\n\n \033[0;32m....is now installed.\033[0m"
/usr/bin/env zsh
-source ~/.zshrc
+. ~/.zshrc