Skip to content

Commit 823b2bd

Browse files
committed
Correct tag prefix
1 parent 79919d2 commit 823b2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/starting_off_with_a_sha_bang.poly.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ OSes. The POSIX specifications are listed on the Open Group site.}
225225
Note that the path given at the ◊emphasize{sha-bang} must be correct,
226226
otherwise an error message -- usually "Command not found." -- will be
227227
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}
228+
script may begin with a code{#!/bin/env bash} ◊emphasize{sha-bang}
229229
line. This may be useful on UNIX machines where bash is not located in
230230
◊fname{/bin}.
231231

0 commit comments

Comments
 (0)