chiark / gitweb /
xauthhere: Improve shell style; this script might be better off dead,
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Thu, 23 Oct 2003 16:10:01 +0000 (16:10 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Thu, 23 Oct 2003 16:10:01 +0000 (16:10 +0000)
though.

xauthhere

index 991cdc855fc8bff90c47c8e1780c03f3f4164a73..8a066855a7ab7146c34897e0b693bf498f154a7a 100755 (executable)
--- a/xauthhere
+++ b/xauthhere
@@ -1 +1,2 @@
-xauth extract - $DISPLAY | rsh $1 xauth merge -
+#! /bin/sh
+xauth extract - "$DISPLAY" | rsh "$1" xauth merge -