Remove stray whitespace

This commit is contained in:
Debarshi Ray 2019-03-11 18:47:03 +01:00
parent 56c3cfc27c
commit 1002bd8192

View file

@ -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