Skip to content

Commit 0645aed

Browse files
committed
CR changes
1 parent 7e53432 commit 0645aed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/FbxExporters/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ before running Unity.
2424

2525
Alternately, you can install the package and integrations from the command-line
2626
using a script, an example of which can be found in the scripts folder of the
27-
Maya integration. The version for MacOS is called install_maya_plugin.bsh.
27+
Maya integration. The version for OSX is called install_maya_plugin.sh.

Assets/Integrations/Autodesk/maya/scripts/install_maya_plugin.bsh renamed to Assets/Integrations/Autodesk/maya/scripts/install_maya_plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#! /bin/sh
12
########################################################################
23
# Copyright (c) 2017 Unity Technologies. All rights reserved.
34
# NOTICE: All information contained herein is, and remains
@@ -12,7 +13,6 @@
1213
# Unity Technologies Aps.
1314
#
1415
########################################################################
15-
#!/bin/bash
1616

1717
# Configure where Unity is installed
1818
if [ ! -f "${UNITY_EDITOR_PATH}" ]; then

0 commit comments

Comments
 (0)