We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31c766 commit d56b53eCopy full SHA for d56b53e
.github/workflows/homebrew-devel.yml
@@ -75,5 +75,5 @@ jobs:
75
run: cat `which cadabra2`
76
77
- name: test simple cli run
78
- run: echo "A+B;\nquit()\n" > tst.cdb && cadabra2 tst.cdb
+ run: printf "A+B;\nquit()\n" > tst.cdb && cadabra2 tst.cdb
79
0 commit comments