Skip to content

Commit a37f54c

Browse files
committed
Relativize output links
1 parent 1a13b6b commit a37f54c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

void-updates.sh

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 $dest.txt $out/$name.txt
144-
ln -sfn $dest $out/$name
143+
ln -sf $dest.txt $name.txt
144+
ln -sfn $dest $name
145145
}
146146

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

0 commit comments

Comments
 (0)