Skip to content

Commit d7ccc57

Browse files
Remove the correct file in tools/extract-debug-symbols.sh
1 parent d4b9d72 commit d7ccc57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)