aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun4
1 files changed, 2 insertions, 2 deletions
diff --git a/run b/run
index d3bca1d..156d89c 100755
--- a/run
+++ b/run
@@ -152,10 +152,10 @@ make_sync() {
rm tags compile_commands.json
ctags -R --exclude=.git --exclude=build --exclude=iso --exclude=cross .
mkdir -p cmake
- cd cmake
+ cd cmake || exit
cmake .. >/dev/null
mv compile_commands.json ..
- cd ..
+ cd .. || exit
}
make_tidy() {