fix invalid antiquotations

See https://github.com/NixOS/nix/issues/1017
This commit is contained in:
Nikolay Amiantov
2016-08-08 18:01:18 +03:00
parent 2faa207701
commit 3fca2ce204
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ in releaseTools.nixBuild rec {
preCheck = ''
patchShebangs .
export LOGNAME=${LOGNAME:-foo}
export LOGNAME=''${LOGNAME:-foo}
'';
postInstall = ''