diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2014-10-30 09:05:26 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2014-10-30 09:05:26 -0400 |
commit | b75a0f281598a38f64a5b2bc3da40ff2cdac20ca (patch) | |
tree | 088e22d90e3cbf354778fcf4f7c5b4fa16f45bdd /NEWS | |
parent | ac0717b3ca30f7b250db4d526e98ed3eb8de9953 (diff) | |
download | egawk-b75a0f281598a38f64a5b2bc3da40ff2cdac20ca.tar.gz egawk-b75a0f281598a38f64a5b2bc3da40ff2cdac20ca.tar.bz2 egawk-b75a0f281598a38f64a5b2bc3da40ff2cdac20ca.zip |
Update NEWS file to document new shell startup files.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -37,6 +37,12 @@ Changes from 4.1.x to 4.2.0 9. Pretty printing now preserves comments and places them into the pretty-printed file. +10. `make install' now installs shell startup files + $sysconfdir/profile.d/gawk.{csh,sh} containing shell functions to + manipulate the AWKPATH and AWKLIBPATH environment variables. On a Fedora + system, these files belong in /etc/profile.d, but the appropriate location + may be different on other platforms. + Changes from 4.1.1 to 4.1.2 --------------------------- |