Skip to content
Snippets Groups Projects
Commit 3a7004be authored by Peter Bortas's avatar Peter Bortas
Browse files

Fixed typo.

Rev: bin/install.pike:1.36
parent 86389b17
No related branches found
No related tags found
No related merge requests found
...@@ -572,7 +572,7 @@ int main(int argc, string *argv) ...@@ -572,7 +572,7 @@ int main(int argc, string *argv)
exec_prefix=vars->exec_prefix||prefix+="/bin/"; exec_prefix=vars->exec_prefix||prefix+="/bin/";
lib_prefix=vars->lib_prefix||prefix+="/lib/pike/"; lib_prefix=vars->lib_prefix||prefix+="/lib/pike/";
include_prefix=combine_path(prefix,"include","pike"); include_prefix=combine_path(prefix,"include","pike");
man_prefix=vars->man_prefix||prefix+="/man/; man_prefix=vars->man_prefix||prefix+="/man/";
break; break;
case "--interactive": case "--interactive":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment