We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cbb70 commit 9930552Copy full SHA for 9930552
1 file changed
rc/shell/functions
@@ -76,7 +76,7 @@ function package_manager_command() {
76
77
if [[ "${OPERATION}" == 'install' ]]; then
78
if [[ "${1}" == '--asdeps' ]]; then
79
- AS_DEPENDENCY=true
+ AS_DEPENDENCY=true && shift
80
fi
81
82
0 commit comments