diff options
author | 2011-04-10 22:53:06 +0200 | |
---|---|---|
committer | 2011-04-10 22:53:06 +0200 | |
commit | 3f71519f4356d25056ba07675b6130156f02fe2d (patch) | |
tree | 68109c87b75424161f4717ebafeb62e9157c9ebc /scripts | |
parent | be compatible with pybugz 0.9 (diff) | |
download | maekke-3f71519f4356d25056ba07675b6130156f02fe2d.tar.gz maekke-3f71519f4356d25056ba07675b6130156f02fe2d.tar.bz2 maekke-3f71519f4356d25056ba07675b6130156f02fe2d.zip |
remove wrong output
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/keyword.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/keyword.sh b/scripts/keyword.sh index 8f34f83..2ac886d 100755 --- a/scripts/keyword.sh +++ b/scripts/keyword.sh @@ -141,7 +141,6 @@ else [[ -z ${bugz_message} ]] && bugz_message="${arches// //} stable" fi -echo "not running ${BUGZ} atm..." echo "running ${BUGZ} ${BUGZ_DEFAULT_OPTS} modify ${bugid} ${bugz_options} --comment \"${bugz_message}\"" ${BUGZ} ${BUGZ_DEFAULT_OPTS} modify ${bugid} ${bugz_options} --comment "${bugz_message}" || die "bugz failed" echo ">>> finished successfully" |