diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-01-21 09:31:23 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-01-21 09:31:23 +0000 |
commit | 38f552ef080a3ae838e1a490a6aeeaaa60220fa8 (patch) | |
tree | 0a498d277069faab3ea411186b93f790bdb9e50c /comms | |
parent | 508c4a17566384b2951e9df5938f7b5f7a37200f (diff) | |
download | ports-38f552ef080a3ae838e1a490a6aeeaaa60220fa8.tar.gz ports-38f552ef080a3ae838e1a490a6aeeaaa60220fa8.zip |
Fix use of PREFIX
Notes
Notes:
svn path=/head/; revision=53439
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ixj/files/ixj.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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) |