Skip to content

Commit 5c608f0

Browse files
committed
FIx repetition operator for mac.
1 parent 4ceb5fb commit 5c608f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/developer_scripts/run_testsuite_from_branch_name.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ git fetch $USER_REPO
3333
git checkout $BRANCH_NAME
3434
git reset --hard $USER_REPO/$BRANCH_NAME
3535
#setup the list_test_packages
36-
TMP_LIST=$(git diff --name-only cgal/$BASE_NAME...HEAD |egrep -v /doc |egrep "*\.h"\|"*\.cpp" |cut -s -d/ -f1 |sort -u | xargs -I {} ls -d {}/package_info 2>/dev/null |cut -d/ -f1 |egrep -v Installation||true)
36+
TMP_LIST=$(git diff --name-only cgal/$BASE_NAME...HEAD |egrep -v /doc |egrep "\.h"\|"\.cpp" |cut -s -d/ -f1 |sort -u | xargs -I {} ls -d {}/package_info 2>/dev/null |cut -d/ -f1 |egrep -v Installation||true)
3737

3838
LIST_OF_PKGS=""
3939
for PKG in $(ls) ; do

0 commit comments

Comments
 (0)