summaryrefslogtreecommitdiffstats
path: root/bm
diff options
context:
space:
mode:
authordaviddavid <geiger.david68210@gmail.com>2024-02-12 19:16:32 +0100
committerdaviddavid <geiger.david68210@gmail.com>2024-02-12 19:16:32 +0100
commit7ac3b0ede501838d0bba3ee80fa005312addb53e (patch)
tree21a8141438a4be5dc592c38aeb2a47d23984f94f /bm
parent23ce51cf774a24cafd46a9a5896e54f45c42de35 (diff)
downloadbm-7ac3b0ede501838d0bba3ee80fa005312addb53e.tar
bm-7ac3b0ede501838d0bba3ee80fa005312addb53e.tar.gz
bm-7ac3b0ede501838d0bba3ee80fa005312addb53e.tar.bz2
bm-7ac3b0ede501838d0bba3ee80fa005312addb53e.tar.xz
bm-7ac3b0ede501838d0bba3ee80fa005312addb53e.zip
Release 3.53.5
- remove trailing spaces - fix bash-completion location
Diffstat (limited to 'bm')
-rw-r--r--bm6
1 files changed, 3 insertions, 3 deletions
diff --git a/bm b/bm
index 9b8ca66..eb41217 100644
--- a/bm
+++ b/bm
@@ -8,7 +8,7 @@ import sys, os
import pwd
AUTHOR = "Gustavo Niemeyer <niemeyer@conectiva.com>, papoteur <papoteur@mageialinux-online.org>"
-VERSION = "3.4"
+VERSION = "3.5"
def passtrough(option, opt, val, parser):
opts = parser.values
@@ -50,7 +50,7 @@ def parse_options():
parser.add_option("-o", dest="options", action="append",
metavar="OPT", default=[],
help="pass given parameters directly to rpm")
- parser.add_option("--unpack-dir", metavar="DIR", default=workDir,
+ parser.add_option("--unpack-dir", metavar="DIR", default=workDir,
help="specify directory where to unpack file(s)")
parser.add_option("--build-log", metavar="FILE",
help="specify where to put the build log for each package")
@@ -174,7 +174,7 @@ def parse_options():
if error:
raise Error("value of --%s must be a directory" \
% attr.replace("_", "-"))
-
+
old_ignore = opts.ignore
opts.ignore = []
for ignore in old_ignore: