gawkextlib: init at unstable-2019-11-21 (#51721)

Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
This commit is contained in:
tomberek
2019-12-07 20:07:33 -05:00
committed by Dmitry Kalinkin
co-authored by Dmitry Kalinkin
parent 9dc8e77e4e
commit 774ad67ce0
4 changed files with 172 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
local oldOpts="-u"
shopt -qo nounset || oldOpts="+u"
set +u
. @gawk@/etc/profile.d/gawk.sh
gawklibpath_append @out@/lib/gawk
set "$oldOpts"