Merge pull request #164 from bbenne10/GH-162

Fix path and package handling in use_nix arg parsing
This commit is contained in:
Bryan Bennett 2022-04-22 08:34:21 -04:00 committed by GitHub
commit c35f4f013c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -284,7 +284,7 @@ use_nix() {
shift shift
shift shift
;; ;;
-*) *)
if [[ $in_packages == 1 ]]; then if [[ $in_packages == 1 ]]; then
packages+=" $i" packages+=" $i"
else else