mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
make-c-wrapper: Remove trailing whitespace (editorconfig)
This commit is contained in:
parent
eef4fa82c1
commit
131ed20b2f
@ -13,7 +13,7 @@
|
||||
# To debug a binary wrapper after you compiled it, use the `strings` command
|
||||
|
||||
escape_string_literal() {
|
||||
# We need to make sure that special characters are escaped
|
||||
# We need to make sure that special characters are escaped
|
||||
# before trying to create C string literals
|
||||
result=${1//$'\\'/$'\\\\'}
|
||||
result=${result//\"/'\"'}
|
||||
|
Loading…
Reference in New Issue
Block a user