1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 18:02:54 +01:00
Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Renberg (IQAndreas)
dab1cfe9c4 Use proper exit codes in shell scripts
Proper exit codes are good practice.

Also, if a command fails somewhere in the middle of the script, it will
not proceed to the end of the script, outputting a message like "has
been restored to the installed configuration."
2013-08-17 20:04:22 +02:00
Andreas Renberg (IQAndreas)
46114c90d6 Change from Shell scripts to Bash scripts
The scripts need to be bash in order to use, for example, the following
line: `if [[ ${1} == "" ]]; then`

Simple one-line changes in all three files.
2013-08-17 18:41:41 +02:00
Randy Edmunds
6ea59ef5b9 change example to use localhost root 2012-11-27 11:08:44 -08:00
Randy Edmunds
b87f140787 add Mac symlink script 2012-11-26 17:43:46 -08:00