diff options
Diffstat (limited to 'Master/texmf-dist/scripts/epspdf/epspdftk')
-rwxr-xr-x | Master/texmf-dist/scripts/epspdf/epspdftk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/epspdf/epspdftk b/Master/texmf-dist/scripts/epspdf/epspdftk index 6d3465a8c4b..95c551cf8c1 100755 --- a/Master/texmf-dist/scripts/epspdf/epspdftk +++ b/Master/texmf-dist/scripts/epspdf/epspdftk @@ -3,5 +3,5 @@ script=`kpsewhich -format=texmfscripts epspdftk.rb` if test "x$1" = "x"; then "$script" $HOME else - "$script" $* + "$script" "$@" fi
\ No newline at end of file |