From 72072f740a2f0ff0b3b67c98cf10efb3d29407ac Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 14 Aug 2023 21:10:10 -0400 Subject: New upstream version 1.0.14. --- configure | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 55fa3d0..20a68a5 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #!/bin/sh APPNAME=xfce4-panel-profiles -VERSION=1.0.13 +VERSION=1.0.14 PYTHON=python3 @@ -27,16 +27,16 @@ while [ $# -gt 0 ]; do exit 0 ;; --prefix=*) - PREFIX=`echo $1 | sed 's/--prefix=//'` + PREFIX=${1#--prefix=} ;; --python=*) - PYTHON=`echo $1 | sed 's/--python=//'` + PYTHON=${1#--python=} ;; --mandir=*) - MANDIR=`echo $1 | sed 's/--mandir=//'` + MANDIR=${1#--mandir=} ;; --docdir=*) - DOCDIR=`echo $1 | sed 's/--docdir=//'` + DOCDIR=${1#--docdir=} ;; *) echo "Unknown option $1" -- cgit v1.2.3