[vte] Bug 588200 – bashisms in shell scripts



commit b8e1a5d9cc583c3a6d31b5594a4c7ce15ea73f5c
Author: Behdad Esfahbod <behdad behdad org>
Date:   Fri Jul 10 15:56:19 2009 +0100

    Bug 588200 â?? bashisms in shell scripts

 src/osc    |    2 +-
 src/window |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/osc b/src/osc
index 2313613..9020f07 100755
--- a/src/osc
+++ b/src/osc
@@ -18,4 +18,4 @@ for arg in $@ ; do
 		args="$args;$arg"
 	fi
 done
-echo -e -n "]"${args}
+printf "]"${args}
diff --git a/src/window b/src/window
index 41d718c..563b030 100755
--- a/src/window
+++ b/src/window
@@ -25,4 +25,4 @@ for arg in $@ ; do
 		args="$args;$arg"
 	fi
 done
-echo -e -n "["${args}t
+printf "["${args}t



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]