From: Alexander W Dehnert Date: Thu, 7 Mar 2013 19:38:47 +0000 (-0500) Subject: fix markup X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/02b1fab21a8fc6416023402338dc26e6491a8fc8?hp=5e6596400af4f8453d17f0ddd0291e19f231ecb3 fix markup --- diff --git a/doc/safe-shell.mdwn b/doc/safe-shell.mdwn index d7d6bfe..7b8f601 100644 --- a/doc/safe-shell.mdwn +++ b/doc/safe-shell.mdwn @@ -54,8 +54,7 @@ Disable filename expansion (globbing) upon seeing `*`, `?`, etc.. If your script depends on globbing, you obviously shouldn't set this. Instead, you may find -`[shopt](http://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html) --s failglob` useful, which causes globs that don't get expanded to cause +[`shopt -s failglob`](http://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html) useful, which causes globs that don't get expanded to cause errors, rather than getting passed to the command with the `*` intact. ### [`set -o pipefail`](http://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html)