Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
franz committed Jun 5, 2024
1 parent c5a83a1 commit bf5d518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl_offline_compiler.sh.in.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fi

if [ -f "$OUTPUT" ]; then
echo "output already exists, skipping compilation"
exit 0.
exit 0
fi

CL_IS_30=false
Expand Down

0 comments on commit bf5d518

Please sign in to comment.