mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
(no version change)
fixed typo
This commit is contained in:
parent
3aa1ebfee1
commit
9fa3ab4edb
2
inxi
2
inxi
|
@ -266,7 +266,7 @@ error_handler()
|
|||
error_message="unsupported testing option argument: -! $2"
|
||||
;;
|
||||
12)
|
||||
error_message="the svn branch download url: $2\nappears be empty currently. Make sure there is an actual svn branch version\nactive before you try this again. Check http://code.google.com/p/inxi\nto verify the branch status."
|
||||
error_message="the svn branch download url: $2\nappears to be empty currently. Make sure there is an actual svn branch version\nactive before you try this again. Check http://code.google.com/p/inxi\nto verify the branch status."
|
||||
;;
|
||||
*) error_message="error unknown: $@"
|
||||
set -- 99
|
||||
|
|
Loading…
Reference in a new issue