Commit 2042185b authored by Andrew Dunstan's avatar Andrew Dunstan

Fix transcription error.

parent 00a8eb61
......@@ -452,7 +452,7 @@ create_script_for_cluster_analyze(char **analyze_script_file_name)
fprintf(script, "#!/bin/sh\n\n");
#else
/* suppress command echoing */
fprintf(script, "@echo off");
fprintf(script, "@echo off\n");
#endif
fprintf(script, "echo %sThis script will generate minimal optimizer statistics rapidly%s\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment