s3-bash icon indicating copy to clipboard operation
s3-bash copied to clipboard

Getting 'temporaryFiles: unbound variable' when running on ubuntu 14.0.4

Open LironHazan opened this issue 11 years ago • 3 comments

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

LironHazan avatar Dec 02 '14 11:12 LironHazan

Same here. Have you found a work-around?

doersf avatar Dec 10 '14 20:12 doersf

Probably not a good solution but removing "set -u" in the beginning of the script will get rid of the error.

ericsong avatar Jan 06 '15 00:01 ericsong

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!

jordanbaucke avatar Jan 21 '15 08:01 jordanbaucke