From 48b9f6d968a00859de7388fda0bf648e35e7ab54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Wed, 17 Sep 1997 15:27:33 -0700 Subject: [PATCH] fixed a major typo Rev: tutorial/tutorial.wmml:1.27 --- tutorial/tutorial.wmml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml index e3d20e26e4..82423433b2 100644 --- a/tutorial/tutorial.wmml +++ b/tutorial/tutorial.wmml @@ -243,7 +243,8 @@ Typing <tt>pike hello_world.pike</tt> to run our program may seem a bit unpractical. Fortunately, Unix provides us with a way of automating this somewhat. If we modify hello_world.pike to look like this: <p> -<example language=pike/local/bin/pike +<example language=pike> + #!/usr/local/bin/pike int main() { -- GitLab