Depend on console-tools; drop runit
[grml-scripts.git] / usr_bin / attach-screen
index ba55fb5..967be68 100755 (executable)
@@ -8,7 +8,7 @@
 ################################################################################
 
 # -U option basically means "terminal does not have UTF-8 support"
-if [ "$1" == "-U" ]; then
+if [ x$1 = "x-U" ]; then
     unset LC_CTYPE
 fi