summary refs log tree commit diff
path: root/pkgs/servers/x11/xorg/imake-setup-hook.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/x11/xorg/imake-setup-hook.sh')
-rw-r--r--pkgs/servers/x11/xorg/imake-setup-hook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/x11/xorg/imake-setup-hook.sh b/pkgs/servers/x11/xorg/imake-setup-hook.sh
index 10f54198f7f..351ffab34d0 100644
--- a/pkgs/servers/x11/xorg/imake-setup-hook.sh
+++ b/pkgs/servers/x11/xorg/imake-setup-hook.sh
@@ -14,6 +14,6 @@ imakeConfigurePhase() {
     runHook postConfigure
 }
 
-if [ -z "$dontUseImakeConfigure" -a -z "$configurePhase" ]; then
+if [ -z "${dontUseImakeConfigure-}" -a -z "${configurePhase-}" ]; then
     configurePhase=imakeConfigurePhase
 fi