Skip to content

Commit

Permalink
Fixed shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Dec 30, 2023
1 parent b552383 commit 2cb38fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash

# sudo apt install build-essential binutils-dev git cmake genisoimage libassimp-dev

Expand Down
2 changes: 1 addition & 1 deletion dependencies/egg-library/compile.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/bash
#!/bin/bash

make install -j$(nproc) && pushd build && sudo make install -j$(nproc); popd
2 changes: 1 addition & 1 deletion tools/ps2-manifest-generator/compile.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/bash
#!/bin/bash

mkdir -p build && pushd build && cmake .. && sudo make install -j$(nproc); popd

0 comments on commit 2cb38fd

Please sign in to comment.