From 3ef7a0db2ce3d3e0a0f422a29fe04f042ae113fa Mon Sep 17 00:00:00 2001 From: Alain Spineux Date: Fri, 6 Jan 2023 14:39:14 +0100 Subject: [PATCH] async.sh: sync the .in files - unfortunately this don't replace the @xxx@ :-( --- regress/scripts/async.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/scripts/async.sh b/regress/scripts/async.sh index e2e1eab9a..8cabd3f90 100755 --- a/regress/scripts/async.sh +++ b/regress/scripts/async.sh @@ -54,7 +54,7 @@ fi #rsync -av ${BACULA_SOURCE}/ build/ --exclude examples/ --exclude patches/ --exclude src/win32 || die "rsync failed" echo rsyncing ... -rsync -av --stats --exclude core --exclude .gdb_history --exclude examples/ --exclude patches/ --exclude src/win32 --exclude src/config.h --exclude src/hosts.h --exclude src/version.h --include '*/' --include "*.c" --include "*.cc" --include '*.cpp' --include '*.h' --exclude '*' ${BACULA_SOURCE}/ build/ 2>&1 || die "rsync failed" +rsync -av --stats --exclude core --exclude .gdb_history --exclude examples/ --exclude patches/ --exclude src/win32 --exclude src/config.h --exclude src/hosts.h --exclude src/version.h --include '*/' --include "*.c" --include "*.cc" --include '*.cpp' --include '*.h' --include '*.in' --exclude '*' ${BACULA_SOURCE}/ build/ 2>&1 || die "rsync failed" if grep "Number of files transferred: 0" tmp/rsync.log > /dev/null && check_bin bin; then echo "No Changes in sources" -- 2.47.3