You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "rnewson (via GitHub)" <gi...@apache.org> on 2023/01/23 10:15:39 UTC

[GitHub] [couchdb-pkg] rnewson commented on pull request #106: Use control character in sed lines with variables

rnewson commented on PR #106:
URL: https://github.com/apache/couchdb-pkg/pull/106#issuecomment-1400102556

   you can specify a cookie with spaces if you do so correctly;
   
   ```
   -setcookie 'foo bar baz'
   ```
   
   Just the same as you would have to single quote that atom in erlang code itself.
   
   My modification at least allows the use of `/` and many other characters (including space) that previously might have been issues, so this is an improvement.
   
   I am not sure how to do the same on the RPM side as it appears not to be a shell script as such. I will try, however.


-- 
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: notifications-unsubscribe@couchdb.apache.org

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