Skip to content

Commit

Permalink
test-shell: use /usr/bin/env to find python3
Browse files Browse the repository at this point in the history
  • Loading branch information
dato committed May 7, 2024
1 parent 3e69233 commit dd2e6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/tests/test-shell
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

import os
import shutil
Expand Down

0 comments on commit dd2e6fe

Please sign in to comment.