Skip to content

Commit 3449f5f

Browse files
Mic92Ericson2314
authored andcommitted
tests: apply suggestions from shellcheck
Re-cherry-pick for the files that were not in the last cherry-pick. (cherry picked from commit be4b846)
1 parent 248f6d7 commit 3449f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/add-debug-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh -e
2-
SCRATCH=scratch/$(basename $0 .sh)
2+
SCRATCH=scratch/$(basename "$0" .sh)
33
READELF=${READELF:-readelf}
44

55
rm -rf "${SCRATCH}"

0 commit comments

Comments
 (0)