mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
(no version change)
removed some old debugging echo
This commit is contained in:
parent
1a6888578b
commit
784d850121
1
inxi
1
inxi
|
@ -585,7 +585,6 @@ get_parameters()
|
||||||
;;
|
;;
|
||||||
## debuggers and testing tools
|
## debuggers and testing tools
|
||||||
%) B_HANDLE_CORRUPT_DATA='true'
|
%) B_HANDLE_CORRUPT_DATA='true'
|
||||||
echo it is $opt
|
|
||||||
;;
|
;;
|
||||||
@) if [[ -n $( egrep "^([1-9]|10)$" <<< $OPTARG ) ]];then
|
@) if [[ -n $( egrep "^([1-9]|10)$" <<< $OPTARG ) ]];then
|
||||||
DEBUG=$OPTARG
|
DEBUG=$OPTARG
|
||||||
|
|
Loading…
Reference in a new issue