diff options
Diffstat (limited to 'src/pl/tcl/modules/pltcl_listmod.in')
-rw-r--r-- | src/pl/tcl/modules/pltcl_listmod.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pl/tcl/modules/pltcl_listmod.in b/src/pl/tcl/modules/pltcl_listmod.in index 4882044032a..dbb93db73b5 100644 --- a/src/pl/tcl/modules/pltcl_listmod.in +++ b/src/pl/tcl/modules/pltcl_listmod.in @@ -1,6 +1,6 @@ -#!/bin/sh +#! /bin/sh # Start tclsh \ -exec @TCLSH@ "$0" $@ +exec @TCLSH@ "$0" "$@" # # Code still has to be documented @@ -119,4 +119,3 @@ if {$i == $argc} { } pg_disconnect $conn - |