From ebeae4abe9b3ef2e626eb545e991bb5696c57de0 Mon Sep 17 00:00:00 2001
From: Sergey Lukin <contact@sergeylukinlukinlukin.com>
Date: Fri, 9 Nov 2012 23:53:22 +0200
Subject: [PATCH] Fix /bin/sh compatibility issue in install.sh

---
 tools/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.21.0