From 02b1fab21a8fc6416023402338dc26e6491a8fc8 Mon Sep 17 00:00:00 2001 From: Alexander W Dehnert Date: Thu, 7 Mar 2013 14:38:47 -0500 Subject: [PATCH 1/1] fix markup --- doc/safe-shell.mdwn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.44.0