diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-05-09 06:27:24 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-05-09 06:27:24 +0000 |
commit | 392f059b51b938e6d1e6383f9e48b4003c33db30 (patch) | |
tree | d0b541b50a67c44bcf8c9033891d49ab713c0024 /libs/tests.bash.in | |
parent | Display an error message if the return status of read_item was bad. (diff) | |
download | eselect-392f059b51b938e6d1e6383f9e48b4003c33db30.tar.gz eselect-392f059b51b938e6d1e6383f9e48b4003c33db30.tar.bz2 eselect-392f059b51b938e6d1e6383f9e48b4003c33db30.zip |
Local variables for Emacs.
svn path=/trunk/; revision=529
Diffstat (limited to 'libs/tests.bash.in')
-rw-r--r-- | libs/tests.bash.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/tests.bash.in b/libs/tests.bash.in index f8f72b7..e7d5d20 100644 --- a/libs/tests.bash.in +++ b/libs/tests.bash.in @@ -39,4 +39,9 @@ is_number() { [[ -n ${1} ]] && [[ -z ${1//[[:digit:]]} ]] } +# Local Variables: +# sh-indentation: 4 +# indent-tabs-mode: nil +# End: + # vim: set sw=4 et sts=4 tw=80 : |