]> cygwin.com Git - cygwin-apps/setup.git/commit
Change the interpretation of '#' in setup.rc
authorKen Brown <kbrown@cornell.edu>
Tue, 28 Nov 2017 13:45:44 +0000 (08:45 -0500)
committerKen Brown <kbrown@cornell.edu>
Tue, 28 Nov 2017 13:45:44 +0000 (08:45 -0500)
commit55ea101de40f84cf52160d2d07ee9a170ee7b0e5
tree9b36db007db91efe09bb1cbd67e1bea5d1d11494
parente8c42399c8c0d2c2b25ddcb975635422968b1119
Change the interpretation of '#' in setup.rc

'#' was treated as a comment character in all circumstances.  Since
saved gpg keys contain '#', this caused the "extrakeys" user setting
to get truncated.  Change this so that '#' only indicates a comment if
it's the first non-whitespace character in a line.
UserSettings.cc
This page took 0.031291 seconds and 5 git commands to generate.