mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 03:01:34 +00:00
Another possible fix.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
|
||||
EXIT_STATUS=0
|
||||
|
||||
# Add changes.
|
||||
git add -i
|
||||
@@ -9,5 +11,14 @@ nano Changelog
|
||||
# Add changes to changelog.
|
||||
git add Changelog
|
||||
|
||||
php build/NewPatches.php
|
||||
|
||||
EXIT_STATUS="$?"
|
||||
if [ ${EXIT_STATUS} -gt 0 ]
|
||||
then
|
||||
echo "\nProblem while converting SQL patch files!\n";
|
||||
exit ${EXIT_STATUS}
|
||||
fi
|
||||
|
||||
# Commit changes.
|
||||
git commit
|
||||
|
||||
Reference in New Issue
Block a user