Skip to content

Commit 9f87188

Browse files
committed
Update package_manager_init.sh
1 parent c6e55fc commit 9f87188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.scripts/package_manager_init.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ package_manager_init() {
6666

6767
# Set the global variables to use for the selected package manager
6868
if [[ -v PM_${PM^^}_COMMAND_DEPS ]]; then
69-
declare -ngx PM_COMMAND_DEPS="PM_${PM^^}_COMMAND_DEPS"
69+
declare -ng PM_COMMAND_DEPS="PM_${PM^^}_COMMAND_DEPS"
7070
else
71-
declare -ngx PM_COMMAND_DEPS="PM__COMMAND_DEPS"
71+
declare -ng PM_COMMAND_DEPS="PM__COMMAND_DEPS"
7272
fi
7373
if [[ -v PM_${PM^^}_DEP_PACKAGE ]]; then
7474
declare -ng PM_DEP_PACKAGE="PM_${PM^^}_DEP_PACKAGE"

0 commit comments

Comments
 (0)