]> OCCT Git - occt.git/commitdiff
Update
authorinv <igor.nazarov@opencascade.com>
Thu, 3 Nov 2022 19:31:45 +0000 (22:31 +0300)
committerinv <igor.nazarov@opencascade.com>
Fri, 4 Nov 2022 10:02:08 +0000 (13:02 +0300)
get.sh

diff --git a/get.sh b/get.sh
index eb6e1805575cfa1b471c91882a646bdc4b4088e0..43beea6e0ed2430d89b823f4f5703e2e38c87a99 100644 (file)
--- a/get.sh
+++ b/get.sh
@@ -17,8 +17,6 @@ echo "Getting commit whose hash matches the hash of commit with problematic file
 for hash in $list ; do    
     list_changed_files=$(git diff-tree --no-commit-id --name-only -r $hash | sed 's/\// /g' | awk '{ print $NF }')
     for changed_file in $list_changed_files; do
-        echo problem_file=$problem_file
-        echo changed_file=$changed_file
         if [ "$problem_file" == "$changed_file" ] ; then
             echo Reverting: 
             echo $(git log -1 --format=oneline $hash)