1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00
This commit is contained in:
inv
2022-11-04 13:20:37 +03:00
parent bad68e8523
commit c31a49b778

4
get.sh
View File

@@ -1,12 +1,12 @@
#!/bin/bash
problem_file=Adaptor2d_Curve2d.cxx
problem_file=upgrade.bat
list="master integration"
echo "Getting commit hash"
for name in $list ; do
echo $name
export shorthash_$name=$(git rev-parse $name)
export shorthash_$name=$(git rev-parse --short $name)
echo shorthash_$name=$(eval echo "\$shorthash_${name}")
done