mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-02 03:31:48 +00:00
count bytes BEFORE deleting ;)
This commit is contained in:
parent
8707593221
commit
438acddfe5
@ -108,8 +108,8 @@ while IFS= read -r L; do
|
||||
eval first=\$first_$s
|
||||
if [ -n "$first" ]; then
|
||||
first_r=`make_relative_path "$L" "$first"`
|
||||
ln -vsnf "$first_r" "$L"
|
||||
killed=$((`stat -c %s "$L"` + $killed))
|
||||
ln -vsnf "$first_r" "$L"
|
||||
else
|
||||
eval first_$s=\$L
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user