Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 20 years ago
parent
commit
2e36192bea
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      misc/archive/sonar.sh

+ 2
- 2
misc/archive/sonar.sh

@ -50,7 +50,7 @@ commit(){
echo "Description : ${description}" echo "Description : ${description}"
echo "Comment : ${comment}" echo "Comment : ${comment}"
if confirm "Are these values correct?" ; then
if ! confirm "Do you want to change these information?" ; then
finished=1 finished=1
continue continue
fi fi
@ -89,7 +89,7 @@ commit(){
echo "done" echo "done"
} }
config="default"
[ -z "$1" ] && usage
while [ -n "${1}" ] ; do while [ -n "${1}" ] ; do
config="${1#config/}" config="${1#config/}"

Loading…
Cancel
Save