~m-grant-prg/bintray-debian-upload/focal

« back to all changes in this revision

Viewing changes to src/prg/bash/bin-deb-upl.sh.in

  • Committer: Mark Grant
  • Date: 2018-10-22 13:15:33 UTC
  • mfrom: (1.1.2)
  • Revision ID: m.grant.prg@gmail.com-20181022131533-qokleaexfpgud6a4
Merge new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
# 15/10/2018    MG      1.0.1   First release.                          #
40
40
# 19/10/2018    MG      1.0.2   Add newline after wget bintray message  #
41
41
#                               display.                                #
 
42
# 22/10/2018    MG      1.0.3   Move above new line inside end of       #
 
43
#                               processing loop.                        #
42
44
#                                                                       #
43
45
#########################################################################
44
46
 
47
49
##################
48
50
script_exit_code=0
49
51
outputprefix="bin-deb-upl.sh: "
50
 
version="1.0.2"                         # set version variable
 
52
version="1.0.3"                         # set version variable
51
53
etclocation=@sysconfdir@                # Path to etc directory
52
54
packageversion=@pkgversion@             # Version of the complete package
53
55
verbose=FALSE
335
337
 
336
338
        eval "$uploadCL"
337
339
        std_cmd_err_handler $?
 
340
        echo
338
341
done
339
342
 
340
 
echo
341
343
 
342
344
script_exit_code=0
343
345
output "script completed." 0