From 28cb82bcb0fa95f3ac19b3ce0f3da189d82274e3 Mon Sep 17 00:00:00 2001 From: walker0643 <> Date: Fri, 16 Feb 2018 12:12:21 -0500 Subject: [PATCH] normalize osx script names --- build_mac_installer.sh => build_osx_installer.sh | 2 +- mac_reref_dylibs.sh => osx_reref_dylibs.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename build_mac_installer.sh => build_osx_installer.sh (98%) rename mac_reref_dylibs.sh => osx_reref_dylibs.sh (100%) diff --git a/build_mac_installer.sh b/build_osx_installer.sh similarity index 98% rename from build_mac_installer.sh rename to build_osx_installer.sh index 021562dd..43276af3 100755 --- a/build_mac_installer.sh +++ b/build_osx_installer.sh @@ -12,7 +12,7 @@ if [ "$B_BUILD_TYPE" != "Release" ]; then exit 1 fi -B_REREF_SCRIPT=$(pwd)/mac_reref_dylibs.sh +B_REREF_SCRIPT=$(pwd)/osx_reref_dylibs.sh if [ ! -x $B_REREF_SCRIPT ]; then echo Missing script: $B_REREF_SCRIPT exit 1 diff --git a/mac_reref_dylibs.sh b/osx_reref_dylibs.sh similarity index 100% rename from mac_reref_dylibs.sh rename to osx_reref_dylibs.sh