From d1c7e4338dd07a90a63ae0cb6b13872fe981f370 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Tue, 26 Apr 2011 18:40:04 +0000 Subject: [PATCH] fixed smilie face issue with SEP=':-', can't use : at all in that. --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index 1a62a49..17cb199 100755 --- a/inxi +++ b/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