Skip to content

Commit

Permalink
Fix macho generation logic
Browse files Browse the repository at this point in the history
  • Loading branch information
xorrior committed May 16, 2018
1 parent 9b16997 commit f674b2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/stagers/osx/macho.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def generate(self):
return ""

else:

launcher = launcher.strip('echo').strip(' | /usr/bin/python &').strip("\"")
#launcher = launcher.strip('echo')
macho = self.mainMenu.stagers.generate_macho(launcher)
return macho

0 comments on commit f674b2b

Please sign in to comment.