# HG changeset patch # User Dmitri A. Sergatskov # Date 1352725783 18000 # Node ID 773892abfd93493e880d32d6a7038e326065368b # Parent 7ba5ff95467e3524622118d50eff0bee32c7e350 Add correct typo ghostscript_binary -> ghostscript.binary. * scripts/plot/private/__print_parse_opts__.m: Correct typo. ghostscript_binary -> ghostscript.binary ("." not "_"). diff --git a/scripts/plot/private/__print_parse_opts__.m b/scripts/plot/private/__print_parse_opts__.m --- a/scripts/plot/private/__print_parse_opts__.m +++ b/scripts/plot/private/__print_parse_opts__.m @@ -123,7 +123,7 @@ error ("print: Ghostscript binary ""%s"" could not be located", arg(3:end)); else - arg_st.ghostscript_binary = __quote_path__ (arg_st.ghostscript_binary); + arg_st.ghostscript.binary = __quote_path__ (arg_st.ghostscript.binary); endif elseif (length (arg) > 2 && arg(1:2) == "-F") idx = rindex (arg, ":");