pltestsuite/run_script_test | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- ploticus-2.41.orig/pltestsuite/run_script_test
+++ ploticus-2.41/pltestsuite/run_script_test
@@ -5,7 +5,7 @@
which $PL
echo
-echo "Enter an output format, one of: x11, gif, png, svg, (svgz), (jpeg), or eps: \c"
+echo -n "Enter an output format, one of: x11, gif, png, svg, (svgz), (jpeg), or eps: "
read MODE
if [ "$MODE" = "" ]; then
MODE=x11