diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-25 23:53:05 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-25 23:53:05 +0000 |
commit | 56596042d9e1fad4dc8dc4b2e2afd9c9c29010a0 (patch) | |
tree | e0160a1817844273d6c8c47189f17963abca5b98 /doc | |
parent | e669c586aff775df4e9d8b6cceeed42bc9b55655 (diff) | |
download | execline-56596042d9e1fad4dc8dc4b2e2afd9c9c29010a0.tar.xz |
Fix link to etalabs.net (thanks Carl)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dieshdiedie.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dieshdiedie.html b/doc/dieshdiedie.html index 75e660f..34e4db4 100644 --- a/doc/dieshdiedie.html +++ b/doc/dieshdiedie.html @@ -80,7 +80,7 @@ cannot be used safely with the normalized options, because most shells come with a builtin <tt>test</tt> that does <em>not</em> respect the specification to the letter. And let's not get started about <tt>echo</tt>, which has its own set of problems. Rich Felker has -<a href="http://etalabs.net/sh_tricks.html">a page</a> listing tricks +<a href="https://www.etalabs.net/sh_tricks.html">a page</a> listing tricks to use to write portable shell scripts. Writing a portable script should not be that hard. </p> |