commit
dd626686c4
|
@ -351,7 +351,7 @@ isQuoteFreeNode strict shell tree t =
|
||||||
T_SelectIn {} -> return (not strict)
|
T_SelectIn {} -> return (not strict)
|
||||||
_ -> Nothing
|
_ -> Nothing
|
||||||
|
|
||||||
-- Check whether this assigment is self-quoting due to being a recognized
|
-- Check whether this assignment is self-quoting due to being a recognized
|
||||||
-- assignment passed to a Declaration Utility. This will soon be required
|
-- assignment passed to a Declaration Utility. This will soon be required
|
||||||
-- by POSIX: https://austingroupbugs.net/view.php?id=351
|
-- by POSIX: https://austingroupbugs.net/view.php?id=351
|
||||||
assignmentIsQuoting t = shellParsesParamsAsAssignments || not (isAssignmentParamToCommand t)
|
assignmentIsQuoting t = shellParsesParamsAsAssignments || not (isAssignmentParamToCommand t)
|
||||||
|
|
|
@ -735,7 +735,7 @@ getPrintfFormats = getFormats
|
||||||
-- \____ _____/\___ ____/ \____ ____/\_________ _________/ \______ /
|
-- \____ _____/\___ ____/ \____ ____/\_________ _________/ \______ /
|
||||||
-- V V V V V
|
-- V V V V V
|
||||||
-- flags field width precision format character rest
|
-- flags field width precision format character rest
|
||||||
-- field width and precision can be specified with a '*' instead of a digit,
|
-- field width and precision can be specified with an '*' instead of a digit,
|
||||||
-- in which case printf will accept one more argument for each '*' used
|
-- in which case printf will accept one more argument for each '*' used
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue