mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
774ad67ce0
Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
6 lines
140 B
Bash
6 lines
140 B
Bash
local oldOpts="-u"
|
|
shopt -qo nounset || oldOpts="+u"
|
|
set +u
|
|
. @gawk@/etc/profile.d/gawk.sh
|
|
gawklibpath_append @out@/lib/gawk
|
|
set "$oldOpts"
|