Commit 9b0b67b3 by Christian Kern

Revert "remove debug output"

This reverts commit 8217d7c6.
parent 8217d7c6
......@@ -138,6 +138,12 @@ if [ -f "$EXAMPLES_DIR/$INTEGRATE_SNIPPETS_SCRIPT" ]; then
--exclude=*snippet.cc \
--exclude=*fragmented.cc \
--exclude="*$INTEGRATE_SNIPPETS_SCRIPT"
echo redirect_cmd rsync --delete --archive --recursive "$EXAMPLES_DIR/" "$EXAMPLES_TARGET_DIR/" \
--exclude=*snippet.h \
--exclude=*fragmented.h \
--exclude=*snippet.cc \
--exclude=*fragmented.cc \
--exclude="*$INTEGRATE_SNIPPETS_SCRIPT"
# for commiting, we must be in the project dir
cd "$PROJECT_DIR_FULLPATH"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment