Skip to content

Commit

Permalink
fix shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Sep 3, 2024
1 parent cc62f6d commit 814f656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
make -j$(nproc)
make install
# Put in path
cat "#!/usr/bin/env python"| cat - dirwatch.py > $HOME/babeltrace2/2.0.5/bin/dirwatch.py
echo "#!/usr/bin/env python"| cat - dirwatch.py > $HOME/babeltrace2/2.0.5/bin/dirwatch.py
chmod 755 $HOME/babeltrace2/2.0.5/bin/dirwatch.py
working-directory: lttng-tools
if: steps.babeltrace2.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 814f656

Please sign in to comment.