diff options
Diffstat (limited to 'hyperterm/core/update.sh')
-rw-r--r-- | hyperterm/core/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperterm/core/update.sh b/hyperterm/core/update.sh index a3b4f9c..578ab76 100644 --- a/hyperterm/core/update.sh +++ b/hyperterm/core/update.sh @@ -82,7 +82,7 @@ function updbashrc() { # clone '--depth=1' not support cgit msg "Usando: $URL" \ "Using: $URL" - (git clone $URL /tmp/hyperterm/ --depth=1 &> /dev/null) + (git clone "$URL" /tmp/hyperterm/ --depth=1 &> /dev/null) printf '%s\r' "##### (33%)" sleep 1 # core |