Skip to content

Instantly share code, notes, and snippets.

@SoScared
Created April 4, 2018 19:14
Show Gist options
  • Save SoScared/11221cccc35e3a52fc9368dcd32edd2b to your computer and use it in GitHub Desktop.
Save SoScared/11221cccc35e3a52fc9368dcd32edd2b to your computer and use it in GitHub Desktop.
$ make
/bin/sh: 1: ./fetch-engine.sh: Permission denied
Unable to continue without engine files
make: *** [engine] Error 1
The command "make" exited with 2.
$ . mod.config; if [ "${TRAVIS_TEST_MOD}" == "True" ]; then make test || travis_terminate 1; fi; if [
"${TRAVIS_TEST_PACKAGING}" == "True" ]; then ./packaging/package-all.sh test-0 || travis_terminate 1; fi
/bin/sh: 1: ./fetch-engine.sh: Permission denied
Unable to continue without engine files
make: *** [engine] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment