summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-07-10 15:56:19 +0100
committerBehdad Esfahbod <behdad@behdad.org>2009-07-10 15:56:19 +0100
commitb8e1a5d9cc583c3a6d31b5594a4c7ce15ea73f5c (patch)
tree257c369cc7d6603c418b94fd1953815f55b565f5
parentdeda7bccf35e153628ca348b5fdf054e608ec462 (diff)
downloadvte-b8e1a5d9cc583c3a6d31b5594a4c7ce15ea73f5c.tar.gz
Bug 588200 – bashisms in shell scripts
-rwxr-xr-xsrc/osc2
-rwxr-xr-xsrc/window2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/osc b/src/osc
index 2313613e..9020f07e 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 41d718c1..563b030e 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