cc-wrapper, bintools-wrapper: Remove now unneeded set {+,-}u

This commit is contained in:
John Ericson
2019-11-04 19:57:14 -05:00
parent c5cf009996
commit fae8d2627d
4 changed files with 1 additions and 15 deletions
@@ -199,11 +199,7 @@ stdenv.mkDerivation {
];
postFixup =
''
set -u
''
+ optionalString (libc != null) (''
optionalString (libc != null) (''
##
## General libc support
##