#301 Fix bash support on non-eng systems

This commit is contained in:
nvbn
2015-07-21 16:19:01 +03:00
parent 66e2ec7e3f
commit 9e4c250e4e
-1
View File
@@ -100,7 +100,6 @@ class Bash(Generic):
return u'{}\n'.format(command_script) return u'{}\n'.format(command_script)
def _script_from_history(self, line): def _script_from_history(self, line):
print(line)
return line return line