fix missing current directory
parent
62574c7b12
commit
f5b23d8f21
|
|
@ -1,7 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
pwd
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Create directory for license activation
|
# Create directory for license activation
|
||||||
#
|
#
|
||||||
|
|
@ -12,9 +10,9 @@ sudo chmod -R 777 /Library/Application\ Support/Unity
|
||||||
#
|
#
|
||||||
# Run steps
|
# Run steps
|
||||||
#
|
#
|
||||||
source /steps/activate.sh
|
source ./steps/activate.sh
|
||||||
source /steps/build.sh
|
source ./steps/build.sh
|
||||||
source /steps/return_license.sh
|
source ./steps/return_license.sh
|
||||||
|
|
||||||
#
|
#
|
||||||
# Remove license activation directory
|
# Remove license activation directory
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue