summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@samba.org>2020-11-06 14:04:19 +0100
committerJeremy Allison <jra@samba.org>2020-11-06 18:56:29 +0000
commit7b479c31983ad819c758176f1824a012095b03a4 (patch)
treed172270638b42d281a82720ebf4a87aa8f983416 /source3/wscript
parent604153525afc892f57a1df710c41ffca275b0dd3 (diff)
downloadsamba-7b479c31983ad819c758176f1824a012095b03a4.tar.gz
build: put quotes around '!vfs_snapper' module instructions
Otherwise the exclamation may get swallowed by shell, leading to further confusion. Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 8829ce880cd..bbd53358359 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -2142,7 +2142,7 @@ main() {
and conf.CHECK_HEADERS('dbus/dbus.h', lib='dbus-1')
and conf.CHECK_LIB('dbus-1', shlib=True))):
conf.fatal("vfs_snapper is enabled but prerequisite dbus-1 package not "
- "found. Use --with-shared-modules=!vfs_snapper to disable "
+ "found. Use --with-shared-modules='!vfs_snapper' to disable "
"vfs_snapper support.")
conf.SAMBA_CONFIG_H('include/config.h')