1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/security/gorilla/files/gorilla.in
Martin Wilke 53ade5d0a9 - Update to 1.5.3
- Pass maintainership to submitter

PR:		147833
Submitted by:	Chris Rees <utisoft@gmail.com>
2010-07-12 03:04:22 +00:00

11 lines
268 B
Bash

#! /bin/sh
# the next line restarts using wish \
exec %%WISH%% "$0" ${1+"$@"}
set myName [info script]
if {![catch {
set linkName [file readlink $myName]
}]} {
set myName $linkName
}
source [file join [file dirname $myName] %%PREFIX%%/lib/gorilla/gorilla.tcl]