From 1fb67220211a6b49870107bff052623c51ecbffb Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 12 Jan 2013 20:12:03 -0500 Subject: 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 --- bash-completion | 1 - 1 file changed, 1 deletion(-) (limited to 'bash-completion') 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 detect_kver() { local kver_validator='^[[:digit:]]+(\.[[:digit:]]+)+' -- cgit v1.2.3-24-g4f1b