We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e55fc commit 9f87188Copy full SHA for 9f87188
.scripts/package_manager_init.sh
@@ -66,9 +66,9 @@ package_manager_init() {
66
67
# Set the global variables to use for the selected package manager
68
if [[ -v PM_${PM^^}_COMMAND_DEPS ]]; then
69
- declare -ngx PM_COMMAND_DEPS="PM_${PM^^}_COMMAND_DEPS"
+ declare -ng PM_COMMAND_DEPS="PM_${PM^^}_COMMAND_DEPS"
70
else
71
- declare -ngx PM_COMMAND_DEPS="PM__COMMAND_DEPS"
+ declare -ng PM_COMMAND_DEPS="PM__COMMAND_DEPS"
72
fi
73
if [[ -v PM_${PM^^}_DEP_PACKAGE ]]; then
74
declare -ng PM_DEP_PACKAGE="PM_${PM^^}_DEP_PACKAGE"
0 commit comments