Last active
December 22, 2015 02:53
-
-
Save tomatohammado/63db0517a7f9e19552a7 to your computer and use it in GitHub Desktop.
troubleshooting: applying build.sh.patch patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hmd at Hmods-Air in ~/Dev/kidMixAppDB_FORK/KidMixDatabase/tools on master [?] | |
| $ sh build.sh.patch | |
| diff: unrecognized option `--git' | |
| diff: Try `diff --help' for more information. | |
| build.sh.patch: line 2: index: command not found | |
| build.sh.patch: line 3: ---: command not found | |
| build.sh.patch: line 4: +++: command not found | |
| build.sh.patch: line 5: @@: command not found | |
| tr: Illegal byte sequence | |
| build.sh.patch: line 9: -MYSQL_CONTAINER_NAME=: command not found | |
| hmd at Hmods-Air in ~/Dev/kidMixAppDB_FORK/KidMixDatabase/tools on master [?] | |
| $ cd .. | |
| hmd at Hmods-Air in ~/Dev/kidMixAppDB_FORK/KidMixDatabase on master [?] | |
| $ sh build.sh.patch | |
| diff: unrecognized option `--git' | |
| diff: Try `diff --help' for more information. | |
| build.sh.patch: line 2: index: command not found | |
| build.sh.patch: line 3: ---: command not found | |
| build.sh.patch: line 4: +++: command not found | |
| build.sh.patch: line 5: @@: command not found | |
| tr: Illegal byte sequence | |
| build.sh.patch: line 9: -MYSQL_CONTAINER_NAME=: command not found | |
| hmd at Hmods-Air in ~/Dev/kidMixAppDB_FORK/KidMixDatabase on master [?] | |
| $ bash build.sh.patch | |
| diff: unrecognized option `--git' | |
| diff: Try `diff --help' for more information. | |
| build.sh.patch: line 2: index: command not found | |
| build.sh.patch: line 3: ---: command not found | |
| build.sh.patch: line 4: +++: command not found | |
| build.sh.patch: line 5: @@: command not found | |
| tr: Illegal byte sequence | |
| build.sh.patch: line 9: -MYSQL_CONTAINER_NAME=: command not found | |
| hmd at Hmods-Air in ~/Dev/kidMixAppDB_FORK/KidMixDatabase on master [?] | |
| $ cd tools/ | |
| hmd at Hmods-Air in ~/Dev/kidMixAppDB_FORK/KidMixDatabase/tools on master [?] | |
| $ bash build.sh.patch | |
| diff: unrecognized option `--git' | |
| diff: Try `diff --help' for more information. | |
| build.sh.patch: line 2: index: command not found | |
| build.sh.patch: line 3: ---: command not found | |
| build.sh.patch: line 4: +++: command not found | |
| build.sh.patch: line 5: @@: command not found | |
| tr: Illegal byte sequence | |
| build.sh.patch: line 9: -MYSQL_CONTAINER_NAME=qT: command not found | |
| hmd at Hmods-Air in ~/Dev/kidMixAppDB_FORK/KidMixDatabase/tools on master [?] | |
| $ diff --git | |
| usage: git diff --no-index <path> <path> | |
| hmd at Hmods-Air in ~/Dev/kidMixAppDB_FORK/KidMixDatabase/tools on master [?] | |
| $ diff --help | |
| usage: git diff --no-index <path> <path> | |
| hmd at Hmods-Air in ~/Dev/kidMixAppDB_FORK/KidMixDatabase/tools on master [?] | |
| $ diff -h | |
| usage: git diff --no-index <path> <path> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment