Skip to content

Commit 9930552

Browse files
committed
Fix
1 parent e8cbb70 commit 9930552

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rc/shell/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function package_manager_command() {
7676

7777
if [[ "${OPERATION}" == 'install' ]]; then
7878
if [[ "${1}" == '--asdeps' ]]; then
79-
AS_DEPENDENCY=true
79+
AS_DEPENDENCY=true && shift
8080
fi
8181
fi
8282

0 commit comments

Comments
 (0)