summary refs log tree commit diff
path: root/pkgs/stdenv/cygwin/rebase-x86_64.sh
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2019-11-25 00:23:07 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2019-11-25 00:23:07 +0000
commit6bc456c91c6a556e905852d9a13034ed1932ea3d (patch)
tree69df19159e5e7df77ae939041f8f6e941c5ef056 /pkgs/stdenv/cygwin/rebase-x86_64.sh
parentea9a2c5ec21bf088bbdef036238fa67cdc85b073 (diff)
parent4273a6adcc9327b9dc0e09e9fe205b4861c15679 (diff)
downloadnixpkgs-6bc456c91c6a556e905852d9a13034ed1932ea3d.tar
nixpkgs-6bc456c91c6a556e905852d9a13034ed1932ea3d.tar.gz
nixpkgs-6bc456c91c6a556e905852d9a13034ed1932ea3d.tar.bz2
nixpkgs-6bc456c91c6a556e905852d9a13034ed1932ea3d.tar.lz
nixpkgs-6bc456c91c6a556e905852d9a13034ed1932ea3d.tar.xz
nixpkgs-6bc456c91c6a556e905852d9a13034ed1932ea3d.tar.zst
nixpkgs-6bc456c91c6a556e905852d9a13034ed1932ea3d.zip
Merge remote-tracking branch 'upstream/master' into ghcjs-cross-without-cc
Diffstat (limited to 'pkgs/stdenv/cygwin/rebase-x86_64.sh')
-rw-r--r--pkgs/stdenv/cygwin/rebase-x86_64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/cygwin/rebase-x86_64.sh b/pkgs/stdenv/cygwin/rebase-x86_64.sh
index 4c8f8ebd7eb..6dccdc40c72 100644
--- a/pkgs/stdenv/cygwin/rebase-x86_64.sh
+++ b/pkgs/stdenv/cygwin/rebase-x86_64.sh
@@ -1,7 +1,7 @@
 fixupOutputHooks+=(_cygwinFixAutoImageBase)
 
 _cygwinFixAutoImageBase() {
-    if [ "$dontRebase" == 1 ] || [ ! -d "$prefix" ]; then
+    if [ "${dontRebase-}" == 1 ] || [ ! -d "$prefix" ]; then
         return
     fi
     find "$prefix" -name "*.dll" -type f | while read DLL; do