diff options
Diffstat (limited to 'build-release')
-rwxr-xr-x | build-release | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-release b/build-release index 84e3575..96f5ed6 100755 --- a/build-release +++ b/build-release @@ -19,6 +19,8 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # +set -u -e -v + # MAKE SURE THAT YOU RAN "buildall" OR "builddeps" *AT LEAST ONCE* # You should also run the 'build' script before running this |