Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit b871a8f

Browse files
authored
Merge pull request #374 from dawagner/travis-fix-check
Travis: fix a 'file exists?' check
2 parents 2d3518f + 812f066 commit b871a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ script:
121121
# Check that all installed files are in a component (no "unspecified
122122
# component" archive created)
123123
- (cd build && cpack -G TGZ -D CPACK_ARCHIVE_COMPONENT_INSTALL=ON &&
124-
[ ! -a '*-Unspecified.tar.gz' ])
124+
[ ! -e "*-Unspecified.tar.gz" ])
125125
# Keep this last
126126
- ( mkdir build_less_features && cd build_less_features &&
127127
rm -rf $PREFIX/asio-1.10.6 &&

0 commit comments

Comments
 (0)