diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-03-25 08:06:31 -0700 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-03-25 08:06:31 -0700 |
commit | 04caee11289d78a444130d999510bccf8c9a5d02 (patch) | |
tree | 44a505fbb8650b438d639e054d0b332a51232d93 | |
parent | e1adcfbc514877f213fbe726ad0d4a5612ce4839 (diff) |
Fixed error in librerelease
-rwxr-xr-x | librerelease | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/librerelease b/librerelease index 8160833..39d3e2d 100755 --- a/librerelease +++ b/librerelease @@ -28,6 +28,8 @@ usage () { printf "$(gettext "Usage: %s")" "$0" echo printf "$(gettext "This script")" +} + [[ -e $custom_config ]] && source $custom_config [[ ! -z ${HOOKPRERELEASE} ]] && bash -c "${HOOKPRERELEASE}" |