summaryrefslogtreecommitdiff
path: root/lang/sbcl/patches/patch-slam.sh
blob: 3897dc1ee7ff7f29a8ef1afc2939c2172e61fb89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-slam.sh,v 1.2 2020/08/10 23:18:52 rjs Exp $

--- slam.sh.orig	2020-07-30 19:30:02.000000000 +0000
+++ slam.sh
@@ -65,7 +65,7 @@ set -e
 #######################################################################
 
 warm_option=""
-if [ "$1" == --load -o "$1" == --load-with-sb-devel ]; then
+if [ "$1" = --load -o "$1" = --load-with-sb-devel ]; then
     warm_option="$1"
     shift
 fi