From 751e2db9e5c3cc46bc581b51d327b4d5ab14452a Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 29 Sep 2011 12:31:38 +0300 Subject: Typo. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index a359fa6..719568a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd "$(dirname "$0")"; +cd "$(dirname "$0")" git pull read -p "This may overwrite existing files in your home directory. Are you sure? (y/n) " -n 1 echo -- cgit v1.2.3