# HG changeset patch # User Anirudha Bose # Date 1379790637 -19800 # Node ID df242658d93d014f9f55be4dbadaf1f21ecb90b4 # Parent de181f6edcbf83d5120db55df1bba54d0516c554 [Darwin] darwin_files/standalone.py: Avoid "No such file or directory" errors getting displayed diff --git a/darwin_files/standalone.py b/darwin_files/standalone.py --- 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.