From e73f7afbed1d43e8ef7e1404c9ac833282e96107 Mon Sep 17 00:00:00 2001 From: jfmartel Date: Tue, 10 Sep 2024 07:34:31 -0400 Subject: [PATCH] Ajout de la fonction touch dans GetSources.sh --- GetSources.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GetSources.sh b/GetSources.sh index 6d87bcb..72a67ba 100755 --- a/GetSources.sh +++ b/GetSources.sh @@ -11,4 +11,6 @@ rsync -av --exclude 'ZT.pro.*' --exclude 'Debug/*' --exclude 'Release/*' --exclu rm -rf ./ZT/Debug/* rm -rf ./ZT/Release/* +find ./ZT/sources/ -type f -exec touch {} + + exit