]> git.armaanb.net Git - charsel.git/blobdiff - charsel
fixed echo flag
[charsel.git] / charsel
diff --git a/charsel b/charsel
index 132fb7f26f19c8d8dc8afaaddf9b5c9d416f1861..8270ff3ed0546463f220a653305507f846986a3d 100755 (executable)
--- a/charsel
+++ b/charsel
@@ -19,7 +19,9 @@
 
 ########################################################################
 
-VERSION=2.0.5
+VERSION=2.0.7
+
+# Environment variables
 
 # Define argument functions
 function usage() {
@@ -221,7 +223,7 @@ do
     fi
 
     # Copy output to clipboard
-    echo $OUTPUT | xclip -selection clipboard
+    echo -n $OUTPUT | xclip -selection clipboard
 
     clear
   fi