We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the path of a Kameleon recipe contains spaces, building it is impossible. This code replicates the bug :
mkdir "Folder with spaces" cd folder\ with\ spaces kameleon new test default/chroot/debian8 kameleon build test
mkdir "Folder with spaces"
cd folder\ with\ spaces
kameleon new test default/chroot/debian8
kameleon build test
Weird errors occur :
bash: with: No such file or directory Error occured when executing the following command : exec_local: rm -f /home/bepo/Bureau/Folder with spaces/build/test/checkpoint_enabled
bash: with: No such file or directory Error occured when executing the following command :
exec_local: rm -f /home/bepo/Bureau/Folder with spaces/build/test/checkpoint_enabled
Note that with is part of the name of the folder
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the path of a Kameleon recipe contains spaces, building it is impossible. This code replicates the bug :
mkdir "Folder with spaces"
cd folder\ with\ spaces
kameleon new test default/chroot/debian8
kameleon build test
Weird errors occur :
Note that with is part of the name of the folder
The text was updated successfully, but these errors were encountered: