Deleted even more trailing whitespace, changed an error condition in get_config
This commit is contained in:
parent
0a8a045b29
commit
ba3ee00dca
3
qq2clone
3
qq2clone
|
@ -343,7 +343,7 @@ read -r check \
|
|||
< <(sqlite3 "select exists ( select * from CONFIG)")
|
||||
((check)) ||
|
||||
{ echo "Is the database corrupt? No CONFIG table!" 2>/dev/null;
|
||||
unexpected_error get_config; }
|
||||
exit "$E_config"; }
|
||||
|
||||
declare -gA OPT
|
||||
declare -a opts
|
||||
|
@ -377,6 +377,7 @@ return 0
|
|||
#---USAGE INFORMATION---#
|
||||
#@@@@@@@@@@@@@@@@@@@@@@@#
|
||||
#-----------------------#
|
||||
|
||||
#=========================================================================#
|
||||
usage ()
|
||||
# DESCRIPTION: Output basic usage information
|
||||
|
|
Loading…
Reference in New Issue