Mercurial > hg > mxe-octave-anirudha
changeset 3221:df242658d93d
[Darwin] darwin_files/standalone.py: Avoid "No such file or directory" errors getting displayed
author | Anirudha Bose <ani07nov@gmail.com> |
---|---|
date | Sun, 22 Sep 2013 00:40:37 +0530 |
parents | de181f6edcbf |
children | b25bac22a278 |
files | darwin_files/standalone.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/darwin_files/standalone.py +++ b/darwin_files/standalone.py @@ -9,10 +9,10 @@ ## * Macholib (pip install http://pypi.python.org/pypi/macholib) ## ## Usage: -## * python -mmacholib find [path to Resources directory of .app] | python standalone.py +## * python -mmacholib find [path to Resources directory of .app] 2>/dev/null | python standalone.py ## ## Example: -## * python -mmacholib find ./Octave-3.7.5.app/Contents/Resources/ | python standalone.py +## * python -mmacholib find ./Octave-3.7.5.app/Contents/Resources/ 2>/dev/null | python standalone.py ## ## Important Notes: ## * Octave should be compiled with the option -headerpad_max_install_names in the LDFLAGS.