From a3687be334875cfbd00440d2ab44b791f785c12c Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 17 May 2015 23:52:23 +0200 Subject: [PATCH] Quotes for dirs --- jekyll_clone_repo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jekyll_clone_repo.sh b/jekyll_clone_repo.sh index 4e20cde..64dd809 100755 --- a/jekyll_clone_repo.sh +++ b/jekyll_clone_repo.sh @@ -1,7 +1,7 @@ #!/bin/bash -cloned_dir=$1 -destination_dir=$2 +cloned_dir="$1" +destination_dir="$2" function finish { rm -rf "$cloned_dir"