Skip to content

Commit 005d6d6

Browse files
Remove the correct file in tools/extract-debug-symbols.sh
1 parent 99bd775 commit 005d6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/extract-debug-symbols.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for input in $@ ; do
3232
$OBJCOPY --add-gnu-debuglink="$output" "$input"
3333

3434
cp --attributes-only --preserve=timestamps "$input.timestamps" "$input"
35-
rm "$input.attributes"
35+
rm "$input.timestamps"
3636
done
3737

3838
}

0 commit comments

Comments
 (0)