summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Diels-Grabsch <v@njh.eu>2021-01-16 22:58:31 (GMT)
committerTony Theodore <tonyt@logyst.com>2021-01-18 15:20:33 (GMT)
commitfd43a768e80cea5bef3b0f05edfdb989a095aa53 (patch)
treef483c1d6a271bbfb8df7cea0d857cd1bc7a7ac15
parentf0650c25ff5c8723f50b7286d4697fea5defaa13 (diff)
downloadmxe-fd43a768e80cea5bef3b0f05edfdb989a095aa53.zip
mxe-fd43a768e80cea5bef3b0f05edfdb989a095aa53.tar.gz
mxe-fd43a768e80cea5bef3b0f05edfdb989a095aa53.tar.bz2
Quote asterisk in shell command for portability with zsh
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 0a91d21..34e0fb4 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -371,7 +371,7 @@ sudo apt-get update</pre>
Note that all package and target names have underscores replaced with
dashes. For example:
</p>
- <pre>apt-cache search mxe.*sdl_net</pre>
+ <pre>apt-cache search 'mxe.*sdl_net'</pre>
<p>
outputs:
</p>