diff options
Diffstat (limited to 'libs/tests.bash.in')
-rw-r--r-- | libs/tests.bash.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/tests.bash.in b/libs/tests.bash.in index c0e3ae3..09cdeaa 100644 --- a/libs/tests.bash.in +++ b/libs/tests.bash.in @@ -1,4 +1,5 @@ -# Copyright (c) 2005-2009 Gentoo Foundation -*-eselect-*- +# -*-eselect-*- vim: ft=eselect +# Copyright (c) 2005-2009 Gentoo Foundation # $Id$ # This file is part of the 'eselect' tools framework. # @@ -36,5 +37,3 @@ is_function() { is_number() { [[ -n ${1} ]] && [[ -z ${1//[[:digit:]]} ]] } - -# vim: set ft=eselect : |