-
Notifications
You must be signed in to change notification settings - Fork 2
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
Escape backticks #304
Escape backticks #304
Conversation
The commands between them are actually evaluated, leading to lots of confusing help output in the log file.
Note that the behaviour is different depending on whether backticks appear between single or double quotes. L75 is fine, log snippet:
L146 and friends are not, they are expanded to pkcon help output:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, thank you very much!
Obviously I have not take a close look at the logfile for long and I regularly fail to immediately comprehend what the backticks do in shell scripts, because I do not like this ancient syntax and always use $()
since the 1990s.
Yes, sure, that is what the "modern" syntax ( |
Also applied to |
* [harbour-storeman-installer.spec] Post release version increase * [cache-docker-images_github-ci.md] Add better analysis of Docker Cache and Rootless Docker * [cache-docker-images_github-ci.md] Make time-relavive statement (yesterday) absolute (2023-01-07) * [cache-docker-images_github-ci.md] Fix formatting * [cache-docker-images_github-ci.md] More details WRT `cached-dependencies ` * Update cache-docker-images_github-ci.md * [cache-docker-images_github-ci.md] Fix typos etc. * [cache-docker-images_github-ci.md] Add issue severity statement * Update cache-docker-images_github-ci.md * Update cache-docker-images_github-ci.md * Update cache-docker-images_github-ci.md * Update cache-docker-images_github-ci.md * Update cache-docker-images_github-ci.md * Update cache-docker-images_github-ci.md * Update cache-docker-images_github-ci.md * Update cache-docker-images_github-ci.md * Update cache-docker-images_github-ci.md * Update cache-docker-images_github-ci.md * Update cache-docker-images_github-ci.md * [build.yml] Introduce recent beautification from Storeman * [README.md] Not offered at SailfishOS:Chum any longer * [README.md] Rectify statement logically * Update README.md * Escape backticks (#304) * Escape backticks The commands between them are actually evaluated, leading to lots of confusing help output in the log file. * Revert change on one line --------- Co-authored-by: nephros <nemo@geminipda> * No comma after "i.e." and "e.g." in British English (#305) * [double-fork-in-shell.md] No comma after "i.e." and "e.g." in BE * [cache-docker-images_github-ci.md] No comma after "i.e." and "e.g." in BE * [rpm/harbour-storeman-installer.rpmlintrc] No comma after "i.e." in BE * [.github/workflows/build.yml] No comma after "i.e." in BE * [rpm/harbour-storeman-installer.spec] No comma after "i.e." and "e.g." in BE * [bin/harbour-storeman-installer] No comma after "i.e." and "e.g." in BE * [LICENSE] Update contributors * [LICENSE] Add mail addresses of contributors * [build.yml] Improve wording of title --------- Co-authored-by: Peter G <[email protected]> Co-authored-by: nephros <nemo@geminipda>
The commands between them are actually evaluated, leading to lots of confusing help output in the log file.