Unset the safe source function in sh script and minor refactoring
This commit is contained in:
@@ -124,7 +124,7 @@ def compile_terminfo(base):
|
||||
q = os.path.join(base, tname, '78', 'xterm-kitty')
|
||||
if not os.path.exists(q):
|
||||
os.makedirs(os.path.dirname(q), exist_ok=True)
|
||||
os.symlink("../x/xterm-kitty", q)
|
||||
os.symlink('../x/xterm-kitty', q)
|
||||
|
||||
|
||||
def get_data():
|
||||
|
||||
Reference in New Issue
Block a user