wish path in pgaccess - Mailing list pgsql-hackers

From Bruce Momjian
Subject wish path in pgaccess
Date
Msg-id 199901181927.OAA16487@candle.pha.pa.us
Whole thread Raw
List 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@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgaccess bug report
Next
From: Taral
Date:
Subject: CORBA: row-level locking available?