Quotes for dirs
This commit is contained in:
parent
16133aae2f
commit
a3687be334
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
cloned_dir=$1
|
||||
destination_dir=$2
|
||||
cloned_dir="$1"
|
||||
destination_dir="$2"
|
||||
|
||||
function finish {
|
||||
rm -rf "$cloned_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue