From e9df40cb3f0a21d70525d77d65050d99e594ce78 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 25 Sep 2020 16:55:30 +0000 Subject: once/get_updates.sh: obtain_remote_file(): properly handle Local Cache mode. --- once/get_updates.sh | 3 +++ 1 file changed, 3 insertions(+) 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}" -- cgit v1.2.3