Remove stray whitespace
This commit is contained in:
parent
56c3cfc27c
commit
1002bd8192
1 changed files with 2 additions and 0 deletions
2
toolbox
2
toolbox
|
@ -267,6 +267,8 @@ create_environment_options()
|
|||
echo "$base_toolbox_command: $variable=$value" >&3
|
||||
environment_options="$environment_options --env=$variable=$value"
|
||||
done
|
||||
|
||||
environment_options=${environment_options#" "}
|
||||
echo "$base_toolbox_command: created options for environment variables to forward" >&3
|
||||
echo $environment_options >&3
|
||||
echo $environment_options
|
||||
|
|
Loading…
Reference in a new issue