From: Colin Watson Date: Thu, 23 Oct 2003 16:10:01 +0000 (+0000) Subject: xauthhere: Improve shell style; this script might be better off dead, X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=9882024b45755519ca9bafad66e298c763938143 xauthhere: Improve shell style; this script might be better off dead, though. --- diff --git a/xauthhere b/xauthhere index 991cdc8..8a06685 100755 --- a/xauthhere +++ b/xauthhere @@ -1 +1,2 @@ -xauth extract - $DISPLAY | rsh $1 xauth merge - +#! /bin/sh +xauth extract - "$DISPLAY" | rsh "$1" xauth merge -