install bash completion into share/bash-completion/completions
This commit is contained in:
@@ -8,4 +8,6 @@ sys.path.insert(0, os.path.realpath(ROOTDIR))
|
||||
|
||||
|
||||
def path(*segments, join=os.path.join):
|
||||
return join(ROOTDIR, *segments)
|
||||
result = join(ROOTDIR, *segments)
|
||||
os.makedirs(os.path.dirname(result), exist_ok=True)
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user