diff options
author | Volker Diels-Grabsch <v@njh.eu> | 2021-01-16 22:58:31 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2021-01-18 15:20:33 (GMT) |
commit | fd43a768e80cea5bef3b0f05edfdb989a095aa53 (patch) | |
tree | f483c1d6a271bbfb8df7cea0d857cd1bc7a7ac15 | |
parent | f0650c25ff5c8723f50b7286d4697fea5defaa13 (diff) | |
download | mxe-fd43a768e80cea5bef3b0f05edfdb989a095aa53.zip mxe-fd43a768e80cea5bef3b0f05edfdb989a095aa53.tar.gz mxe-fd43a768e80cea5bef3b0f05edfdb989a095aa53.tar.bz2 |
Quote asterisk in shell command for portability with zsh
-rw-r--r-- | docs/index.html | 2 |
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> |