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.
2 parents 54a2fc3 + 3010be0 commit 82e85c3Copy full SHA for 82e85c3
ChangeLog
@@ -5,6 +5,7 @@ Buxfixes:
5
6
* Fixed typo in `argbash-init` and updated obsolete/incaccurate hints (#97).
7
* Fixed incorrect permission of non-script output files (#104).
8
+* Increased MacOS compatibility by removing terminator from the `chmod` invocation (#107).
9
10
11
2.8.1 (2019-06-30)
src/argbash-init.m4
@@ -230,7 +230,7 @@ else
230
do_script_separate "$parsing_library_file" > "$outfname"
231
fi
232
233
- chmod a+x -- "$outfname"
+ chmod a+x "$outfname"
234
235
236
# ]dnl
0 commit comments