summary refs log tree commit diff stats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index a433631..32a4f26 100755
--- a/install
+++ b/install
@@ -21,7 +21,7 @@ then
 fi
 
 install-dot () {
-	if [[ ! -d $1 ]]
+	if [[ "$1" != . && ! -d $1 ]]
 	then
 		mkdir $1
 	fi