aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2023-10-08 17:04:24 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2023-10-08 17:04:24 -0700
commit5dedbbbbadf325136f0b6d575b50fd95dc01c0de (patch)
tree1e91add2bf3956a0c4af9ddcf630c790c4dcc228 /scripts
parentcopy_buildsync: ensure cleanup of old symlinks fires (diff)
downloadreleng-5dedbbbbadf325136f0b6d575b50fd95dc01c0de.tar.gz
releng-5dedbbbbadf325136f0b6d575b50fd95dc01c0de.tar.bz2
releng-5dedbbbbadf325136f0b6d575b50fd95dc01c0de.zip
copy_buildsync: fix double ../..
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/copy_buildsync.sh2
1 files changed, 1 insertions, 1 deletions
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?