diff options
author | David Bryant <davidbryant@gvtc.com> | 2022-12-06 14:07:23 -0600 |
---|---|---|
committer | David Bryant <davidbryant@gvtc.com> | 2022-12-06 14:07:23 -0600 |
commit | 67dfc3b3717972e37eaa78b042504ce07c389a3a (patch) | |
tree | 92ca12105c92edf300baf7152219ce4b4cfa3577 /chapter08/perl.xml | |
parent | 8199f8e631779eaa98561e74a4b47baa7757a591 (diff) |
Revert a previous change; -des is actually three options, -d, -e, & -s.
Thanks to Pierre for pointing this out.
Diffstat (limited to 'chapter08/perl.xml')
-rw-r--r-- | chapter08/perl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/perl.xml b/chapter08/perl.xml index 1e237ddc6..112780c4a 100644 --- a/chapter08/perl.xml +++ b/chapter08/perl.xml @@ -56,7 +56,7 @@ export BUILD_BZIP2=0</userinput></screen> <para>To have full control over the way Perl is set up, you can remove the - <quote>-des</quote> option from the following command and hand-pick the way + <quote>-des</quote> options from the following command and hand-pick the way this package is built. Alternatively, use the command exactly as shown below to use the defaults that Perl auto-detects:</para> |