Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-09-14 23:50:13 +0400
committermboelen <michael@cisofy.com>2014-09-14 23:50:13 +0400
commitde7878d6d6654b43e96907a92c07289a41ef3b32 (patch)
tree6f57a85f2f1f76e35e9e5f04e8df3c341c8b2f5c /dev
parent64f486f1eaaa2c3e239e9224130a70bf0237a8d5 (diff)
Include dev
Diffstat (limited to 'dev')
-rwxr-xr-xdev/build-lynis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/build-lynis.sh b/dev/build-lynis.sh
index ec258e0b..1eab8a53 100755
--- a/dev/build-lynis.sh
+++ b/dev/build-lynis.sh
@@ -189,7 +189,7 @@
#fi
# Create tarball
- tar -C ${MYWORKDIR} --exclude=debian --exclude=dev --exclude=.bzr* --exclude=.git* -c -z -f ${TARBALL} lynis 2> /dev/null
+ tar -C ${MYWORKDIR} --exclude=debian --exclude=.bzr* --exclude=.git* -c -z -f ${TARBALL} lynis 2> /dev/null
if [ -f ${TARBALL} ]; then
echo "[V] Tarball created"