udev: Little update
[shutils.git] / udev / input / xprofile-udevinput-monitor
index e48d1ac2325f50148d62ea93504cd226d0a6f133..d9204adac8e8791ee35eaf9c710fb327cbf7d762 100755 (executable)
@@ -4,7 +4,7 @@ set -e
 
 # For each add-event of input subsystem by udev call ~/.xprofile-keyboard
 udevadm monitor -u -s input | grep --line-buffered add | while read line; do
-       echo ">> $line";
+       echo ">> $line"
        sh ~/.xprofile-udevinput
 done