diff options
Diffstat (limited to 'chapter8/findutils.sh')
-rw-r--r-- | chapter8/findutils.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter8/findutils.sh b/chapter8/findutils.sh index 101f464..255591c 100644 --- a/chapter8/findutils.sh +++ b/chapter8/findutils.sh @@ -1,7 +1,6 @@ #!/bin/bash # shellcheck disable=SC2016 - ./configure --prefix=/usr --localstatedir=/var/lib/locate && make && |