aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-06-18 12:02:22 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-06-18 12:02:22 +0000
commitf48c505331a51e97939fc5dfc9b5d49f8eebfa4e (patch)
tree74e310948b8cccdb6d9eec2e6bba4098372be02f /bin/Makefile.am
parentFixed typo in write_kv_list_entry() that caused misaligned value text. (diff)
downloadeselect-f48c505331a51e97939fc5dfc9b5d49f8eebfa4e.tar.gz
eselect-f48c505331a51e97939fc5dfc9b5d49f8eebfa4e.tar.bz2
eselect-f48c505331a51e97939fc5dfc9b5d49f8eebfa4e.zip
Added missing 'shift' when unrecognized options are encountered. Otherwise a nice infinite loop occurs if a user specifies one. Also added ec_do_list-options() and updated ec_do_help accordingly.
svn path=/trunk/; revision=140
Diffstat (limited to 'bin/Makefile.am')
-rw-r--r--bin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 8b3f7cf..e8d368c 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -1,7 +1,7 @@
bin_SCRIPTS = eselect
EXTRA_DIST = eselect.in
-symlinks = kernel-config profile-config rc-config
+symlinks = kernel-config profile-config rc-config bashcomp-config
dosed = @SED@ -e 's,%DATADIR%,$(datadir),g' \
-e 's,%VERSION%,$(VERSION),g'