diff options
author | Jesus <heckyel@hyperbola.info> | 2025-05-18 17:08:38 -0500 |
---|---|---|
committer | Jesus <heckyel@hyperbola.info> | 2025-05-18 17:08:38 -0500 |
commit | 6fff4075d94a87997dba4539446ef696a36278cd (patch) | |
tree | 78cc4188bfc30552e1579f10f2e1fe54eb13d441 /hyperterm/core/update.sh | |
parent | cc476600113c04cc8c2480417f36c61031840e31 (diff) | |
download | hyperterm-6fff4075d94a87997dba4539446ef696a36278cd.tar.lz hyperterm-6fff4075d94a87997dba4539446ef696a36278cd.tar.xz hyperterm-6fff4075d94a87997dba4539446ef696a36278cd.zip |
update
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 |