Skip to content

Commit c1320ac

Browse files
Update build-tools/cache_samples.sh
Co-authored-by: Jordan Dubrick <[email protected]> Signed-off-by: Michael Valdron <[email protected]>
1 parent 5bb20c0 commit c1320ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/cache_samples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function cache_devfile() {
9999
fi
100100
}
101101

102-
if [[ "$OSTYPE" == "darwin" ]]
102+
if [[ "$OSTYPE" == "darwin"* ]]
103103
then
104104
if [[ $1 != ./* ]] && [[ $1 != ../* ]] && [[ $1 != /* ]]
105105
then

0 commit comments

Comments
 (0)