0.3.2018112002 bugfix release

This commit is contained in:
Christer Edwards
2018-11-20 21:43:54 -07:00
parent 1e6e0f3376
commit f38eff56fc
5 changed files with 16 additions and 19 deletions

View File

@@ -28,14 +28,11 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SAVED_TERM=$TERM
. /usr/local/share/bastille/colors.pre.sh
. /usr/local/etc/bastille/bastille.conf
## version
BASTILLE_VERSION="0.3.20181114"
BASTILLE_VERSION="0.3.20181120"
usage() {
cat << EOF
@@ -103,7 +100,6 @@ bootstrap|update|upgrade)
;;
esac
SCRIPTPATH="${bastille_sharedir}/${CMD}.sh"
: ${UMASK:=022}