Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 179220b

Browse files
committed
restore: backward compatibility (QPKG_DISPLAY_NAME and QPKG_DISPLAYNAME)
1 parent b2e6d95 commit 179220b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

QDK_2.x/scripts/qinstall.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ CMD_PKG_TOOL=
143143
. qpkg.cfg
144144

145145
# Backward compatibility
146+
if [ -z "$QPKG_DISPLAY_NAME" ]; then
147+
QPKG_DISPLAY_NAME=$QPKG_DISPLAYNAME
148+
fi
146149

147150
###########################################
148151
# System messages

0 commit comments

Comments
 (0)