1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

#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

View File

@ -100,7 +100,6 @@ class Bash(Generic):
return u'{}\n'.format(command_script)
def _script_from_history(self, line):
print(line)
return line