Closed edwardchapin closed 8 years ago
Done. I renamed it to icd-ingest.sh and it will be installed in the ../install_icd/bin dir.
Thanks - just noticed one minor thing though. chmod complains for me (although it still seems to give me an executable script when installed):
chmod: invalid mode: ‘utg+x’
I'm guessing it's a BSD vs. GNU chmod implementation difference.
Sorry, that was a typo: I fixed it.
On 09/06/16 19:45, Edward Chapin wrote:
Thanks - just noticed one minor thing though. chmod complains for me (although it still seems to give me an executable script when installed):
chmod: invalid mode: ‘utg+x’
I'm guessing it's a BSD vs. GNU chmod implementation difference.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/tmtsoftware/icd/issues/29#issuecomment-224972312, or mute the thread https://github.com/notifications/unsubscribe/AD-tPI-xZ70_RWYs6J7sicsJaXzhwreOks5qKFE6gaJpZM4IyNp-.
It would be nice if ingest.sh were installed in the same location as the other binaries (install_icd/bin/) to facilitate ICD work by subsystem developers. Probably also a good idea to rename the script to something less generic if it will end up in PATH (e.g., icd-ingest.sh).