Skip to content

Commit

Permalink
Fix contrib/zcp/Makefile.am
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#9527
  • Loading branch information
behlendorf authored and tonyhutter committed Dec 26, 2019
1 parent 0b065b8 commit 1bbb795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/zcp/Makefile.am
Original file line number Diff line number Diff line change
@@ -1 +1 @@
+EXTRA_DIST = autosnap.lua
EXTRA_DIST = autosnap.lua

0 comments on commit 1bbb795

Please sign in to comment.