summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/makezip2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/makezip2.sh b/misc/makezip2.sh
index 26cdfc4dc..395b24d9e 100644
--- a/misc/makezip2.sh
+++ b/misc/makezip2.sh
@@ -14,7 +14,7 @@ while [[ $# -gt 0 ]]; do
shift
;;
-reveal-in-finder)
- OPT_REVEAL_IN_FINDER=true
+ [ "$(uname -s)" = Darwin ] && OPT_REVEAL_IN_FINDER=true
shift
;;
-*)