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