Skip to content
Snippets Groups Projects
Commit 2042185b authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Fix transcription error.

parent 00a8eb61
Branches
Tags
No related merge requests found
...@@ -452,7 +452,7 @@ create_script_for_cluster_analyze(char **analyze_script_file_name) ...@@ -452,7 +452,7 @@ create_script_for_cluster_analyze(char **analyze_script_file_name)
fprintf(script, "#!/bin/sh\n\n"); fprintf(script, "#!/bin/sh\n\n");
#else #else
/* suppress command echoing */ /* suppress command echoing */
fprintf(script, "@echo off"); fprintf(script, "@echo off\n");
#endif #endif
fprintf(script, "echo %sThis script will generate minimal optimizer statistics rapidly%s\n", fprintf(script, "echo %sThis script will generate minimal optimizer statistics rapidly%s\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment