mirror of
https://github.com/SangeloDev/niminit.git
synced 2024-11-09 10:52:38 +00:00
Fix syntax error
This commit is contained in:
parent
bb05fd53bf
commit
99bd95ea84
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ if [[ $OSTYPE == 'darwin'* ]]; then
|
|||
*)
|
||||
echo "Exiting..."
|
||||
exit 0
|
||||
esac
|
||||
fi
|
||||
|
||||
# Compile program
|
||||
|
|
Loading…
Reference in a new issue