summaryrefslogtreecommitdiff
path: root/math/btor2tools/files/patch-configure.sh
blob: e3c5d3fd45e1d6fdc71b4e0b17f7b8575ba8c90d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.sh.orig	2019-06-14 05:32:21 UTC
+++ configure.sh
@@ -61,7 +61,7 @@ do
     -gprof) gprof=yes;;
     -f*|-m*) if [ $flags = none ]; then flags=$1; else flags="$flags $1"; fi;;
     -h|-help|--help) usage;;
-    -*) die "invalid option '$1' (try '-h')";;
+    -*) ;;
   esac
   shift
 done