diff --git a/internal/temp/testcommit.txt b/internal/temp/testcommit.txt deleted file mode 100644 index def1de959..000000000 --- a/internal/temp/testcommit.txt +++ /dev/null @@ -1 +0,0 @@ -Another commit \ No newline at end of file diff --git a/setup_osx.command b/setup_osx.command index 00f14157f..44d5c99fa 100755 --- a/setup_osx.command +++ b/setup_osx.command @@ -45,9 +45,9 @@ fi cd ../../../../../../../.. echo "Building User Additions" -cd internal/c/parts/user_mods/os/lnx +cd internal/c/parts/user_mods/os/osx rm -f src.a -./setup_build.sh +./setup_build.command if [ ! -f ./src.a ]; then echo "Compilation of ./internal/c/parts/user_mods/os/osx/src.a failed!" Pause