mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-08 03:44:46 +00:00
coreml : set -e in generate-coreml-interface.sh [no ci]
The commit sets the -e flag in the generate-coreml-interface.sh script to make sure the script fails if any command fails.
This commit is contained in:
parent
858fce41e4
commit
98a500e619
@ -5,6 +5,8 @@
|
||||
# - src/coreml/whisper-decoder-impl.h and src/coreml/whisper-decoder-impl.m
|
||||
#
|
||||
|
||||
set -e
|
||||
|
||||
wd=$(dirname "$0")
|
||||
cd "$wd/../" || exit
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user