Skip to content

Commit

Permalink
Use #!/usr/bin/env bash instead of #!/bin/bash to run the scripts.
Browse files Browse the repository at this point in the history
It respects the user's PATH. For more details, see
avast/retdec#258
  • Loading branch information
s3rvac committed Mar 30, 2018
1 parent b07f721 commit d690415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/download-and-build-libs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env hash
#
# Downloads, builds, and install libraries that our IDA plugin needs during its
# build.
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-ida-decompilation.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# The script decompiles the given file via RetDec IDA plugin.
# The supported decompilation modes are:
Expand Down

0 comments on commit d690415

Please sign in to comment.