Bump version.
This commit is contained in:
parent
b2dae9022a
commit
77649cc226
1 changed files with 4 additions and 4 deletions
|
|
@ -6,6 +6,10 @@
|
|||
#........1.........2.........3.........4.........5.........6.........7.........8.........9.........0.........1.........2.........3.....:...4
|
||||
|
||||
|
||||
# Script details.
|
||||
LJ_NAME="${0##*/}"
|
||||
LJ_VERSION="0.1.4"
|
||||
|
||||
die() {
|
||||
# $1 The text of the error message to display on stderr.
|
||||
printf "%s: %s\n" "$LJ_NAME" "$1" >&2
|
||||
|
|
@ -188,10 +192,6 @@ LJ_DIR_UMASK="022"
|
|||
LJ_FILE_UMASK="022"
|
||||
LJ_COMPRESS=0
|
||||
|
||||
# Script details.
|
||||
LJ_NAME="${0##*/}"
|
||||
LJ_VERSION="0.1.3"
|
||||
|
||||
# trap signals.
|
||||
trap 'sigchld_handler' SIGCHLD
|
||||
trap '' SIGHUP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue