wish path in pgaccess

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: teo(at)flex(dot)ro
Cc: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: wish path in pgaccess
Date: 1999-01-18 19:27:31
Message-ID: 199901181927.OAA16487@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Many 'wish' scripts use this trick so it does not have to hard-code the
path into the first line:

#!/bin/sh
# the next line restarts using wish \
exec wish "$0" "$@"

Can you add this to your script, or should I change configure so it
looks in tkConfig.sh for TK_PREFIX?

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-01-18 19:33:33 pgaccess bug report
Previous Message Taral 1999-01-18 19:26:08 Re: [HACKERS] backend/utils/adt/float.c uses non-existent NAN value