>From 4fb718fca86810db495ed4b4df5480f3fce4bad1 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Sun, 23 Apr 2017 20:05:29 +0200 Subject: [PATCH 6/6] chicken-install: update list of short options Also sort them according to the order printed by chicken-install -h. --- chicken-install.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chicken-install.scm b/chicken-install.scm index 541bc5c..ffc3bac 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") -- 2.1.4