From 63232cffde18d8dd445484de04cea041a8a44b0a Mon Sep 17 00:00:00 2001 From: EPICGameGuy Date: Sat, 30 Dec 2023 01:28:14 -0500 Subject: [PATCH] Fixed shebangs --- tools/ps2-mesh-converter/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ps2-mesh-converter/compile.sh b/tools/ps2-mesh-converter/compile.sh index ebaf9c4..c1c929d 100755 --- a/tools/ps2-mesh-converter/compile.sh +++ b/tools/ps2-mesh-converter/compile.sh @@ -1,3 +1,3 @@ -#!/usr/bin/bash +#!/bin/bash mkdir -p build && pushd build && cmake .. && sudo make install -j$(nproc); popd \ No newline at end of file