We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79919d2 commit 823b2bdCopy full SHA for 823b2bd
pages/starting_off_with_a_sha_bang.poly.pm
@@ -225,7 +225,7 @@ OSes. The POSIX specifications are listed on the Open Group site.}
225
Note that the path given at the ◊emphasize{sha-bang} must be correct,
226
otherwise an error message -- usually "Command not found." -- will be
227
the only result of running the script. To avoid this possibility, a
228
-script may begin with a @code{#!/bin/env bash} ◊emphasize{sha-bang}
+script may begin with a ◊code{#!/bin/env bash} ◊emphasize{sha-bang}
229
line. This may be useful on UNIX machines where bash is not located in
230
◊fname{/bin}.
231
0 commit comments