Symlink notifyd.py to osd_server.py for backward compatibility
[grml-scripts.git] / usr_bin / attach-screen
index ba55fb5..07e18ff 100755 (executable)
@@ -4,11 +4,10 @@
 # Authors:       (c) Phil Gregory <phil_g@pobox.com>, (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       Taken from http://aperiodic.net/phil/configs/bin/attach-screen
-# Latest change: Thu Dec 01 14:30:24 CET 2005 [mika]
 ################################################################################
 
 # -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