Bug: "bash: command substitution" regression in 0.0.6

This issue has been tracked since 2022-10-02.

In 0.0.6, there's now the following message which is confusing.

bash: command substitution: line 37: syntax error near unexpected token `newline'
bash: command substitution: line 37: `			$NIX_STORE/*'

This was not occurring in 0.0.5.

Steps to reproduce

  1. Create a devbox.json file with contents
{
  "packages": [
    "which"
  ]
}
  1. Run DEVBOX_USE_VERSION=0.0.6 devbox shell, output pasted below which includes the message
# DEVBOX_USE_VERSION=0.0.6 devbox shell
Installing nix packages. This may take a while...
Starting a devbox shell...
bash: command substitution: line 37: syntax error near unexpected token `newline'
bash: command substitution: line 37: `			$NIX_STORE/*'

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
  1. Compare this with the output of 0.0.5 DEVBOX_USE_VERSION=0.0.5 devbox shell, output pasted below
Installing nix packages. This may take a while...
Starting a devbox shell...

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
LucilleH wrote this answer on 2022-10-05

Related to #186
Planning to address this after #188 goes in

More Details About Repo
Owner Name jetpack-io
Repo Name devbox
Full Name jetpack-io/devbox
Language Go
Created Date 2022-08-18
Updated Date 2023-03-31
Star Count 4960
Watcher Count 19
Fork Count 68
Issue Count 42

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date