fixed smilie face issue with SEP=':-', can't use : at all in that.

This commit is contained in:
inxi-svn 2011-04-26 18:40:04 +00:00
parent ae28d0b38e
commit d1c7e4338d

4
inxi
View file

@ -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