-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
treewide: fix double quoted strings in meta.description #108099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f4aacb5
to
651e4e9
Compare
651e4e9
to
2264d1c
Compare
2264d1c
to
2af8662
Compare
1cfe70c
to
f054238
Compare
d2577cb
to
d5869f3
Compare
b57824a
to
9b9e223
Compare
9b9e223
to
6d31d71
Compare
6d31d71
to
8dd78bb
Compare
@Ericson2314 rebuild 0. |
- preBuild = ''export LD_LIBRARY_PATH=`pwd`/dist/build''${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH'';
+ preBuild = "export LD_LIBRARY_PATH=`pwd`/dist/build\${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"; I think the '' in the middle causes the hash change. |
But these two lines evaluate to the same string, hm.
|
Then I have no idea. It would be great if you could do a separate PR with that change so it can be easily reviewed. |
@kvtb due to many treewide PRs, could you re-run your scripts to find more instances of double quoting and open a new PR? |
These are not equal |
@kvtb I can't seem to checkout that commit, is it on a branch somewhere? |
@kvtb nevermind, I was able to get it by adding .patch to the URL and refreshing a few times. |
Motivation for this change
Replace double single quotes
''
with single double quotes"
in various fields:Things done
$ git ls-files | grep pkgs | xargs sed -i -e -E "s#description.*''(.*)''#description = \"\1\"#g"
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)