You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/11/30 17:16:53 UTC

[GitHub] [trafficcontrol] zrhoffman commented on a change in pull request #6388: Print single quote in heredoc in subshell for Bash 3 compatibility

zrhoffman commented on a change in pull request #6388:
URL: https://github.com/apache/trafficcontrol/pull/6388#discussion_r759496758



##########
File path: pkg
##########
@@ -163,7 +163,7 @@ Usage: $SELF [options] [projects]
   -d           Disable compiler optimizations for debugging.
   -f <file>    Use <file> as the docker-compose. Default: $COMPOSE_FILE
   -h           Print help message and exit
-  -L           Don't write logs to files - respects output levels on stderr/stdout as set by -q/-v
+  -L           Don$(echo \')t write logs to files - respects output levels on stderr/stdout as set by -q/-v

Review comment:
       Nope, if it's `\'`, then both characters get printed.
   
   Both characters get printed if you do `''`, too.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org