aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2020-03-27 16:02:37 +0100
committerMarvin Borner2020-03-27 16:02:37 +0100
commit75bc75525541b6cb3c5b0062fbfc0e55ebf151b8 (patch)
treef9b044d0aa0cf0cc9a2fa978e523e763bd2dec3e /run
parente5559ad7a555b6f579bda0c6007d61d7a03ae2b9 (diff)
Shellchecking for the win!
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() {