Skip to content

Commit 9b33962

Browse files
basak-qcomlumag
authored andcommitted
mesa-snapshot.sh: ignore shellcheck false positive
DSC_FILE is guaranteed to be defined as part of the call API from build-deb.py here. Signed-off-by: Robie Basak <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 276c091 commit 9b33962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

overlay-debs/mesa-snapshot/mesa-snapshot.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COMMIT=${COMMIT:-origin/main}
77

88
set -e
99

10+
# shellcheck disable=SC2153 # DSC_FILE is guaranteed to be defined by build-deb.py
1011
DEB_FILE=${DSC_FILE%%.dsc}.debian.tar.xz
1112
ORIG_FILE=$(echo ${DSC_FILE} | sed -e 's/-.*/.orig.tar.xz/')
1213

0 commit comments

Comments
 (0)