Skip to content

Commit e5e90fa

Browse files
committed
error when matlab is not found during auto-conversion of changed example files
1 parent adc1764 commit e5e90fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.githooks/pre-commit

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
cd $(git rev-parse --show-toplevel)
46
pwd
57

0 commit comments

Comments
 (0)