Skip to content

Commit 4cbdc32

Browse files
committed
adjust file permissions
1 parent c13df7d commit 4cbdc32

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

check/VeriPB/verify_single_file_with_veripb.sh

100644100755
File mode changed.

check/configuration_solufile.sh

100644100755
File mode changed.

scripts/makedist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sed -i "s/undef PAPILO_GITHASH/define PAPILO_GITHASH \"$GITHASH\"/g" src/papilo/
2222
echo "adjust file modes"
2323
git ls-files | xargs dirname | sort -u | xargs chmod 750
2424
git ls-files | xargs chmod 640
25-
git ls-files "*.sh" "*.py" "scripts/*" | grep -v external | xargs chmod 750
25+
git ls-files "*.sh" "src/**.py" "scripts/*" | grep -v external | xargs chmod 750
2626

2727
# pack files tracked by git and append $NAME to the front
2828
git ls-files -c | xargs tar --transform "s|^|${NAME}/|" -cvhf $NAME.tar \

test/check_CmakeConfig_includes.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)