diff options
Diffstat (limited to 'chapter8/inetutils.sh')
-rw-r--r-- | chapter8/inetutils.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter8/inetutils.sh b/chapter8/inetutils.sh index 572c9e9..e8722aa 100644 --- a/chapter8/inetutils.sh +++ b/chapter8/inetutils.sh @@ -1,7 +1,6 @@ #!/bin/bash -set -e -./configure --prefix=/usr \ +./consigure --prefix=/usr \ --localstatedir=/var \ --disable-logger \ --disable-whois \ |