fix missing current directory

pull/326/head
Andrew Kahr 2022-01-26 15:39:17 -08:00
parent 62574c7b12
commit f5b23d8f21
1 changed files with 3 additions and 5 deletions

View File

@ -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