From 458211c72944d1eb9cdc71dd5e011a31d5e5d293 Mon Sep 17 00:00:00 2001 From: Hiroshi Takeda Date: Mon, 8 Jan 2018 17:57:54 +0900 Subject: [PATCH] fix rsync arguments --- Unreal/Environments/Blocks/update_from_git.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Unreal/Environments/Blocks/update_from_git.sh b/Unreal/Environments/Blocks/update_from_git.sh index 6d3a97a4c1..5ffd1a0cef 100755 --- a/Unreal/Environments/Blocks/update_from_git.sh +++ b/Unreal/Environments/Blocks/update_from_git.sh @@ -9,7 +9,7 @@ set -x ./clean.sh -rsync -a --exclude 'temp' --delete ../../Plugins/AirSim Plugins/AirSim -rsync -a --exclude 'temp' --delete ../../../AirLib Plugins/AirSim/Source/AirLib +rsync -a --exclude 'temp' --delete ../../Plugins/AirSim Plugins/ +rsync -a --exclude 'temp' --delete ../../../AirLib Plugins/AirSim/Source/ popd >/dev/null \ No newline at end of file