~ chicken-core (chicken-5) f948de18492e1da00ab8955e1a593e3664a38d03
commit f948de18492e1da00ab8955e1a593e3664a38d03 Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Sun Apr 23 20:05:29 2017 +0200 Commit: Evan Hanson <evhan@foldling.org> CommitDate: Mon Apr 24 07:47:20 2017 +1200 chicken-install: Update list of short options Also sort them according to the order printed by chicken-install -h. Signed-off-by: Evan Hanson <evhan@foldling.org> diff --git a/chicken-install.scm b/chicken-install.scm index 1fd4be4b..e976cbcb 100644 --- a/chicken-install.scm +++ b/chicken-install.scm @@ -46,7 +46,7 @@ (define +defaults-version+ 2) (define +module-db+ "modules.db") (define +defaults-file+ "setup.defaults") -(define +short-options+ '(#\r #\h #\n #\k)) +(define +short-options+ '(#\h #\k #\s #\r #\n #\u #\v)) (define +one-hour+ (* 60 60)) (define +timestamp-file+ "TIMESTAMP") (define +status-file+ "STATUS")Trap