]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Fix contrib/zcp/Makefile.am
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 30 Oct 2019 19:37:49 +0000 (12:37 -0700)
committerGitHub <noreply@github.com>
Wed, 30 Oct 2019 19:37:49 +0000 (12:37 -0700)
Remove the stray leading + from the Makefile.  This was
preventing the autosnap.lua channel program from being
properly included by `make dist`.

Reviewed-by: Giuseppe Di Natale <guss80@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #9527

contrib/zcp/Makefile.am

index 54d65f891e353390cd88ef11a5094690897e63e9..e6a777ad7ba777bfb0cfa43758e3282a6546c6f8 100644 (file)
@@ -1 +1 @@
-+EXTRA_DIST = autosnap.lua
+EXTRA_DIST = autosnap.lua