mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 04:03:04 +00:00
7 lines
140 B
Bash
7 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"
|