aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-24 11:15:20 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-24 11:15:20 +0000
commit8bb709acb69ae481eec3ddc769740405c402b001 (patch)
tree180fad8de3f1a701e54cda4a1dced873429fd6d2 /ext
parent67d2bd07dfd34811ea8d4b017977bce23b8a4546 (diff)
downloadruby-8bb709acb69ae481eec3ddc769740405c402b001.tar.gz
Revert "sysconfdir on Windows"
This reverts commit r60279. This breaks mswin build: https://ci.appveyor.com/project/ruby/ruby/build/1.0.5571 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/etc/etc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/etc/etc.c b/ext/etc/etc.c
index d5197eb566..46857c62c7 100644
--- a/ext/etc/etc.c
+++ b/ext/etc/etc.c
@@ -628,8 +628,7 @@ VALUE rb_w32_conv_from_wchar(const WCHAR *wstr, rb_encoding *enc);
*
* This is typically "/etc", but is modified by the prefix used when Ruby was
* compiled. For example, if Ruby is built and installed in /usr/local, returns
- * "/usr/local/etc" on other than Windows. On Windows, this returns system
- * provided directory always.
+ * "/usr/local/etc".
*/
static VALUE
etc_sysconfdir(VALUE obj)