kdeFrameworks setup hook: fix set -u regression
This commit is contained in:
parent
6e61ff057b
commit
646b279c55
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ let
|
|||
# Propagate $dev so that this setup hook is propagated
|
||||
# But only if there is a separate $dev output
|
||||
if [ "''${outputDev:?}" != out ]; then
|
||||
propagatedBuildInputs="$propagatedBuildInputs @dev@"
|
||||
propagatedBuildInputs="''${propagatedBuildInputs-} @dev@"
|
||||
fi
|
||||
fi
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue