1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/src/cmd
Johnothan King 997f0e9dd8 iffe: Correct backslashes in POSIX command substitutions (re: aeda3502) (#414)
In backtick command substitutions '\\' will only print one backslash,
while placing a backslash in front of a different character will
print a backslash followed by that character:
   $ echo `echo '\\\\ \3'`
   \\ \3
   $ echo $(echo '\\\\ \3')
   \\\\ \3
This difference in behavior was causing iffe to fail on Haiku after
the changes in aeda3502. This commit applies fixes for backslashes
in quoted strings to fix the Haiku build failure and other possible
bugs introduced by the referenced commit.
2022-01-07 05:20:42 +00:00
..
builtin iffe: really abort on output{ fail (re: e20c0c6b, e72543a, b6bd981) 2022-01-01 02:28:27 +00:00
INIT iffe: Correct backslashes in POSIX command substitutions (re: aeda3502) (#414) 2022-01-07 05:20:42 +00:00
ksh93 init.c: upstream init.c.patch for CDE's dtksh 2022-01-01 02:28:45 +00:00
Mamfile **/Mamfile: add header comment pointing to MAM docs (re: 6cc2f6a0) 2021-01-25 14:38:58 +00:00