Browse code

Replaced source with .

Gerhard Lazu authored on 11/10/2009 at 08:50:08
Showing 1 changed files
... ...
@@ -4,7 +4,7 @@ current_epoch=$(($(date +%s) / 60 / 60 / 24))
4 4
 
5 5
 if [ -f ~/.zsh-update ]
6 6
 then
7
-  source ~/.zsh-update
7
+  . ~/.zsh-update
8 8
   epoch_diff=$(($current_epoch - $LAST_EPOCH))
9 9
   if [ $epoch_diff -gt 6 ]
10 10
   then