qtModule: combine conditionals inside evaluation brackets
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
de97acd190
commit
27b6cf2445
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ mkDerivation (args // {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z "$dontSyncQt" ]] && [[ -f sync.profile ]]; then
|
if [[ -z "$dontSyncQt" && -f sync.profile ]]; then
|
||||||
syncqt.pl -version "''${version%%-*}"
|
syncqt.pl -version "''${version%%-*}"
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue