mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
fixed smilie face issue with SEP=':-', can't use : at all in that.
This commit is contained in:
parent
ae28d0b38e
commit
d1c7e4338d
4
inxi
4
inxi
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
########################################################################
|
########################################################################
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### version: 1.4.82-b13
|
#### version: 1.4.82-b14
|
||||||
#### Date: April 26 2011
|
#### Date: April 26 2011
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
|
@ -355,7 +355,7 @@ shopt -u nullglob
|
||||||
ORIGINAL_IFS="$IFS"
|
ORIGINAL_IFS="$IFS"
|
||||||
|
|
||||||
# These two determine separators in single line output, to force irc clients not to break off sections
|
# These two determine separators in single line output, to force irc clients not to break off sections
|
||||||
SEP1=':-'
|
SEP1='~'
|
||||||
SEP2=' '
|
SEP2=' '
|
||||||
|
|
||||||
### Script names/paths - must be non root writable
|
### Script names/paths - must be non root writable
|
||||||
|
|
Loading…
Reference in a new issue