Add an Exit message and Status to Install Script

This commit is contained in:
ViViDboarder 2013-01-05 21:40:56 -05:00
parent ce02932893
commit 2c54463ab2
1 changed files with 3 additions and 0 deletions

View File

@ -97,3 +97,6 @@ command -v ctags >/dev/null 2>&1 || { echo "Warning: ctags required for Tag List
--- Debian: apt-get install ctags
--- OSX (MacPorts): port install ctags"; }
echo "All done!"
exit 0