From 9882024b45755519ca9bafad66e298c763938143 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 23 Oct 2003 16:10:01 +0000 Subject: [PATCH] xauthhere: Improve shell style; this script might be better off dead, though. --- xauthhere | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 - -- 2.30.2