From 8b9c09bb487490630482ada2b5fca82a85ac6355 Mon Sep 17 00:00:00 2001 From: kapil-powar Date: Mon, 8 Jan 2024 16:28:42 +0530 Subject: [PATCH] test --- jck/jck-semiauto-updater/jckupdater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jck/jck-semiauto-updater/jckupdater.sh b/jck/jck-semiauto-updater/jckupdater.sh index 5628f1b4a0..13629f664c 100755 --- a/jck/jck-semiauto-updater/jckupdater.sh +++ b/jck/jck-semiauto-updater/jckupdater.sh @@ -149,7 +149,7 @@ isLatestUpdate() { #check if latest exclude file is available getExcludeFiles - isExcludeUpdateNeeded=$? + isExcludeUpdateNeeded=0 #$? #Check if material update is needed. if grep -q "$JCK_WITHOUT_BACKSLASH" build.txt; then