openbsd-ports/net/roxirc/patches/patch-roxirc
2003-06-20 03:31:25 +00:00

13 lines
639 B
Plaintext

$OpenBSD: patch-roxirc,v 1.1 2003/06/20 03:31:42 kevlo Exp $
--- roxirc.orig Fri Jun 20 11:21:26 2003
+++ roxirc Fri Jun 20 11:21:51 2003
@@ -1,7 +1,4 @@
-#!/bin/sh
-# \
-if [ -x "$HOME/.roxirc/.wish" ]; then exec $HOME/.roxirc/.wish "$0" -- "$@"; elif [ `which tclkit` ]; then exec tclkit "$0" -- "$@"; elif [ `which wish` ]; then exec wish "$0" -- "$@"; else echo "Please make sure tclkit or wish is in your PATH or link $HOME/.roxirc/.wish to wish 8.3 or newer"; exit; fi;
-
+#!/usr/local/bin/wish8.3
# Copyright (c) 1997-2003 Aaron Faupell (roxirc@lighter.net)
#
# Redistribution and use in source and binary forms, with or without