aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/util/editor.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/data/scripts/util/editor.sh')
-rw-r--r--examples/data/scripts/util/editor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/data/scripts/util/editor.sh b/examples/data/scripts/util/editor.sh
index a152ebd..1969769 100644
--- a/examples/data/scripts/util/editor.sh
+++ b/examples/data/scripts/util/editor.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Editor selection
-if [ "x$VTERM" = "x" ]; then
+if [ -z "$VTERM" ]; then
VTERM="xterm"
fi