diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-06-19 02:53:14 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-06-19 02:53:14 +0000 |
commit | ca8cb99775fc0744aaf3746453b74f74ef18c9db (patch) | |
tree | cab578ede697ceb4c2f6a96def3b6a4b27f3455a /app-admin/gentoolkit | |
parent | xine plugin typo caused a bug (diff) | |
download | historical-ca8cb99775fc0744aaf3746453b74f74ef18c9db.tar.gz historical-ca8cb99775fc0744aaf3746453b74f74ef18c9db.tar.bz2 historical-ca8cb99775fc0744aaf3746453b74f74ef18c9db.zip |
quick fix for exiting on skip... probably more to come
Diffstat (limited to 'app-admin/gentoolkit')
-rw-r--r-- | app-admin/gentoolkit/files/etc-update/etc-update | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-admin/gentoolkit/files/etc-update/etc-update b/app-admin/gentoolkit/files/etc-update/etc-update index 26de12ddb6c1..93c3aedb009d 100644 --- a/app-admin/gentoolkit/files/etc-update/etc-update +++ b/app-admin/gentoolkit/files/etc-update/etc-update @@ -46,7 +46,6 @@ rm_extra_file() { ;; 5) echo "*** skipping ..." - exit ;; *) echo "!!! Please pick a valid choice next time !!!" |