Skip to content

Commit

Permalink
change hardcoded locations to use /usr/bin/env
Browse files Browse the repository at this point in the history
  • Loading branch information
netbub committed Sep 13, 2018
1 parent 9acad73 commit ec29260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# This file is part of asafw.
# Copyright (c) 2017, Aaron Adams <aaron.adams(at)nccgroup(dot)trust>
Expand Down Expand Up @@ -231,4 +231,4 @@ def unroot(firmwarefile, out_bin_name=None):
if not args.firmware_file:
parser.error("[bin] Error: Provide a firmware file for unrooting")
unroot(args.firmware_file, args.outputfile)
sys.exit()
sys.exit()
2 changes: 1 addition & 1 deletion helper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# This file is part of asafw.
# Copyright (c) 2017, Aaron Adams <aaron.adams(at)nccgroup(dot)trust>
Expand Down

0 comments on commit ec29260

Please sign in to comment.