Show More
@@ -27,12 +27,12 b' class gnuarch_source(converter_source, c' | |||
|
27 | 27 | |
|
28 | 28 | # Could use checktool, but we want to check for baz or tla. |
|
29 | 29 | self.execmd = None |
|
30 | if util.find_exe('baz'): | |
|
31 | self.execmd = 'baz' | |
|
32 | else: | |
|
30 | 33 | if util.find_exe('tla'): |
|
31 | 34 | self.execmd = 'tla' |
|
32 | 35 | else: |
|
33 | if util.find_exe('baz'): | |
|
34 | self.execmd = 'baz' | |
|
35 | else: | |
|
36 | 36 | raise util.Abort(_('cannot find a GNU Arch tool')) |
|
37 | 37 | |
|
38 | 38 | commandline.__init__(self, ui, self.execmd) |
General Comments 0
You need to be logged in to leave comments.
Login now