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 2cb38fd commit 63232cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ps2-mesh-converter/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 63232cf

Please sign in to comment.