summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-07 11:58:49 +0100
committerPS <p@0x53.net>2026-02-07 11:58:49 +0100
commit3f41c10512f3a023399cd49727383816d1aa155a (patch)
tree3144efc1ad031297d03c635b9825049198104b8e /configure
parent88048289ee9d66f55952048f9a0ef6cfcef21599 (diff)
downloadgoetia-linux-init-3f41c10512f3a023399cd49727383816d1aa155a.tar.gz
goetia-linux-init-3f41c10512f3a023399cd49727383816d1aa155a.tar.bz2
goetia-linux-init-3f41c10512f3a023399cd49727383816d1aa155a.zip
Cleanup ./configurev0.3.0.0
Diffstat (limited to 'configure')
-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"
}