summaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-01-13 02:12:03 +0100
committerDave Reisner <dreisner@archlinux.org>2013-01-13 02:12:03 +0100
commit1fb67220211a6b49870107bff052623c51ecbffb (patch)
treefc47d210c401b916a8985d4eb6b3c88d3ba4d129 /bash-completion
parentbe1e0c6506ed892a7e8031d69b1a7110a79070d4 (diff)
downloadmkinitcpio-1fb67220211a6b49870107bff052623c51ecbffb.tar.gz
mkinitcpio-1fb67220211a6b49870107bff052623c51ecbffb.tar.xz
factor out kver detection to functions file
This leaves bash completion with a duplication, but this is intentional to avoid pulling in the entire functions file and worrying about pollution. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion1
1 files changed, 0 insertions, 1 deletions
diff --git a/bash-completion b/bash-completion
index 597eab2..0108863 100644
--- a/bash-completion
+++ b/bash-completion
@@ -1,5 +1,4 @@
#!/bin/bash
-# mkinitcpio bash completion by Seblu <seblu@seblu.net>
detect_kver() {
local kver_validator='^[[:digit:]]+(\.[[:digit:]]+)+'