From 5dedbbbbadf325136f0b6d575b50fd95dc01c0de Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 8 Oct 2023 17:04:24 -0700 Subject: copy_buildsync: fix double ../.. Signed-off-by: Robin H. Johnson --- scripts/copy_buildsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh index 7016fa26..68aac55c 100755 --- a/scripts/copy_buildsync.sh +++ b/scripts/copy_buildsync.sh @@ -235,7 +235,7 @@ process_arch() { # If it doesn't exist, add it. if [[ ! -e "$variant_file" ]]; then doit=1 - ln -s -t . "../${variant_path}" + ln -s -t . "${variant_file}" else # If it does exist, check carefully to see if anything is different # Does it point to somewhere else? -- cgit v1.2.3-65-gdbad