diff --git a/modules/clone.sh b/modules/clone.sh index 334b6d44b0..3e12607703 100644 --- a/modules/clone.sh +++ b/modules/clone.sh @@ -9,8 +9,8 @@ function clone { case $argument in "detect") - if [ -n $path ]; then - echo $path + if [ -n "$path" ]; then + echo "$path" else echo "Error: Could not detect any devices. Try plugging your device into a different slot."