mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +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
|
||||
########################################################################
|
||||
#### Script Name: inxi
|
||||
#### version: 1.4.82-b13
|
||||
#### version: 1.4.82-b14
|
||||
#### Date: April 26 2011
|
||||
########################################################################
|
||||
#### SPECIAL THANKS
|
||||
|
@ -355,7 +355,7 @@ shopt -u nullglob
|
|||
ORIGINAL_IFS="$IFS"
|
||||
|
||||
# These two determine separators in single line output, to force irc clients not to break off sections
|
||||
SEP1=':-'
|
||||
SEP1='~'
|
||||
SEP2=' '
|
||||
|
||||
### Script names/paths - must be non root writable
|
||||
|
|
Loading…
Reference in a new issue