From 2e36192beac554429b0026bdc00e522b8916c920 Mon Sep 17 00:00:00 2001 From: Benjamin Schieder Date: Tue, 8 Mar 2005 15:08:53 +0000 Subject: [PATCH] Benjamin Schieder: sonar.sh: small usability changes [2005021119263311069] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5681 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- misc/archive/sonar.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/archive/sonar.sh b/misc/archive/sonar.sh index 230c1aa02..cda049ae1 100644 --- a/misc/archive/sonar.sh +++ b/misc/archive/sonar.sh @@ -50,7 +50,7 @@ commit(){ echo "Description : ${description}" echo "Comment : ${comment}" - if confirm "Are these values correct?" ; then + if ! confirm "Do you want to change these information?" ; then finished=1 continue fi @@ -89,7 +89,7 @@ commit(){ echo "done" } -config="default" +[ -z "$1" ] && usage while [ -n "${1}" ] ; do config="${1#config/}"