Skip to content

Commit 6f03bcd

Browse files
committed
Fix link ordering and relativity, courtesy of @phy1729
1 parent dae3d46 commit 6f03bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

void-updates.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ create_heading() {
140140
}
141141

142142
make_current() {
143-
ln -sf $name.txt $dest.txt
144-
ln -sfn $name $dest
143+
ln -vsf ${dest##*/}.txt $out/$name.txt
144+
ln -vsfn ${dest##*/} $out/$name
145145
}
146146

147147
while getopts "p:r:s:o:" opt; do

0 commit comments

Comments
 (0)