From d06bb80742e3131fa33685acbf028436ae64a139 Mon Sep 17 00:00:00 2001 From: roger Date: Mon, 21 Jan 2002 09:31:23 +0000 Subject: Fix use of PREFIX --- comms/ixj/files/ixj.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comms/ixj') diff --git a/comms/ixj/files/ixj.sh b/comms/ixj/files/ixj.sh index 2975cbc5c7c7..a508f00a50a5 100644 --- a/comms/ixj/files/ixj.sh +++ b/comms/ixj/files/ixj.sh @@ -1,6 +1,6 @@ #!/bin/sh -$PREFIX=%%PREFIX%% +PREFIX=%%PREFIX%% case "$1" in restart) -- cgit