mirror of https://github.com/postgres/postgres
enables pltcl unknown support. Also it adds substituting of tclsh with tclsh that was by configure in pltcl_*mod scripts. For example, On freebsd, tclsh can be called tclsh8.2 or tclsh8.3 depending on installed version of Tcl. After patching files src/pl/tcl/modules/pltcl_listmod src/pl/tcl/modules/pltcl_loadmod src/pl/tcl/modules/pltcl_delmod must be renamed(copied,repocopied) to src/pl/tcl/modules/pltcl_listmod.in src/pl/tcl/modules/pltcl_loadmod.in src/pl/tcl/modules/pltcl_delmod.in seva@sevasoft.kiev.uaREL7_2_STABLE
parent
d8eade3784
commit
f7659a9c18
@ -1,6 +1,6 @@ |
|||||||
#!/bin/sh |
#!/bin/sh |
||||||
# Start tclsh \ |
# Start tclsh \ |
||||||
exec tclsh "$0" $@ |
exec @TCLSH@ "$0" $@ |
||||||
|
|
||||||
# |
# |
||||||
# Code still has to be documented |
# Code still has to be documented |
@ -1,6 +1,6 @@ |
|||||||
#!/bin/sh |
#!/bin/sh |
||||||
# Start tclsh \ |
# Start tclsh \ |
||||||
exec tclsh "$0" $@ |
exec @TCLSH@ "$0" $@ |
||||||
|
|
||||||
# |
# |
||||||
# Code still has to be documented |
# Code still has to be documented |
@ -1,6 +1,6 @@ |
|||||||
#!/bin/sh |
#!/bin/sh |
||||||
# Start tclsh \ |
# Start tclsh \ |
||||||
exec tclsh "$0" $@ |
exec @TCLSH@ "$0" $@ |
||||||
|
|
||||||
# |
# |
||||||
# Code still has to be documented |
# Code still has to be documented |
Loading…
Reference in new issue