|
@ -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/}" |
|
|
|
|
|
|
|
|