From e9df40cb3f0a21d70525d77d65050d99e594ce78 Mon Sep 17 00:00:00 2001 From: midipix Date: Sep 25 2020 16:56:23 +0000 Subject: once/get_updates.sh: obtain_remote_file(): properly handle Local Cache mode. --- diff --git a/once/get_updates.sh b/once/get_updates.sh index e4903b4..a51fc9a 100755 --- a/once/get_updates.sh +++ b/once/get_updates.sh @@ -53,6 +53,9 @@ obtain_remote_file() pathname="$1" case "$mb_vendor" in + / ) + ;; + /* ) cp -p "${mb_vendor}/${pathname}" \ "${pathname}"