summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-07 11:58:54 +0100
committerPS <p@0x53.net>2026-02-07 11:58:54 +0100
commitd09334e178b97f4a7b2370fc23ff29bf09d1b7ce (patch)
tree995a765c913e13bfcb73f345dcac98577e17047c
parentc31f8338f26ea068c5ba898b21d7ea8b6edd7465 (diff)
downloadgoetia-s6-linux-init-d164a4dc9390eb61801bbddd002ae9c6156e903b.tar.gz
goetia-s6-linux-init-d164a4dc9390eb61801bbddd002ae9c6156e903b.tar.bz2
goetia-s6-linux-init-d164a4dc9390eb61801bbddd002ae9c6156e903b.zip
Cleanup ./configurev0.3.0.0
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 5facfc0..11a0b42 100755
--- a/configure
+++ b/configure
@@ -61,11 +61,6 @@ EOF
echo "$1" | sed -e "s/'/'\\\\''/g" -e "1s/^/'/" -e "\$s/\$/'/" -e "s#^'\([-[:alnum:]_,./:]*\)=\(.*\)\$#\1='\2#" -e "s|\*/|* /|g"
}
-fail () {
- echo "$*"
- exit 1
-}
-
fnmatch () {
eval "case \"\$2\" in $1) return 0 ;; *) return 1 ;; esac"
}