mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Update
This commit is contained in:
4
get.sh
4
get.sh
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user