From 189f8f3010b14163f3b40002d0571775d8140d4a Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 9 Feb 2025 03:07:17 +0100 Subject: [PATCH] configure: more standard syntax --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 4b7ac6c..7e3d395 100755 --- a/configure +++ b/configure @@ -9,8 +9,7 @@ default_prefix=/usr/local while (( $# )) do case "$1" in - --prefix) prefix="$2" - shift + --prefix=*) prefix="${1#*=}" ;; esac shift