-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
kameleon write_in does not like EOF #32
Comments
moved to oar-team/kameleon#102 |
alias is:
changing EOF to e.g. EOF_KAMELEON_INTERNAL solves the issue. |
Great! did you made a patch? |
I'm on it. Let me sleep a bit ;-) |
About |
Maybe variable expansion is used in some recipe, frankly I don't know...
I suggest to keep the default behavior just in case.
2017-04-12 14:20 GMT+02:00 Pierre Neyron <[email protected]>:
… About cat <<EOF vs cat <<'EOF', is there a reason the prefer the former ?
For what I see, having $VAR in the text (e.g. bash script) is error prone
if not useless anyway ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAzGwL8VUhPvS8newTmC2evPH7s7wImQks5rvMF6gaJpZM4M6r5s>
.
|
The current behavior breaks so defined bash scripts and I don't see how expansion could be used within the yaml and aliases definitions... |
question: is |
This breaks the step bootstrap/ssh_config/prepare_ssh_config:
${SSH_FWD_PORT} is not expanded. Look like the answer to my last question is no: microsteps are executed in a same shell. |
we could consider providing a different alias for |
creating a bash script that makes use of
Fails.
This is mostly due to kameleon using the syntax itself internally unfortunately.
The text was updated successfully, but these errors were encountered: