s3-bash
s3-bash copied to clipboard
Getting 'temporaryFiles: unbound variable' when running on ubuntu 14.0.4
ubuntu@ip-172-31-32-8:~/s3-bash-master$ ./s3-put ./s3-common-functions: line 66: temporaryFiles: unbound variable ./s3-common-functions: line 85: temporaryFiles: unbound variable
Same here. Have you found a work-around?
Probably not a good solution but removing "set -u" in the beginning of the script will get rid of the error.
Had this same problem today: https://stackoverflow.com/questions/28055346/bash-unbound-variable-array-script-s3-bash
Also someone issued a pull-request https://github.com/cosmin/s3-bash/pull/4 earlier... that should be merged!