[chirp_devel] [PATCH 1 of 1] Fix Mac .app so paths with spaces work. Fixes #00

Tom Hayward
Sat Apr 21 20:17:28 PDT 2012


# HG changeset patch
# User Tom Hayward <tom at tomh.us>
# Date 1335063107 21600
# Node ID 18c8f983a8715e9eb2f097e6554e05089fc0a9ed
# Parent  62a90f40fc3661655e30a0fe683dbce5ee5c1a20
Fix Mac .app so paths with spaces work. Fixes #00

diff -r 62a90f40fc36 -r 18c8f983a871 build/chirp.app/Contents/MacOS/chirp
--- a/build/chirp.app/Contents/MacOS/chirp	Thu Apr 19 09:03:48 2012 -0700
+++ b/build/chirp.app/Contents/MacOS/chirp	Sat Apr 21 20:51:47 2012 -0600
@@ -12,4 +12,4 @@
     PYTHON=/opt/kk7ds/bin/python2.7
 fi
 
-exec $PYTHON ${LOCATION}/../Resources/chirp/chirpw
+exec "$PYTHON" "${LOCATION}/../Resources/chirp/chirpw"



More information about the chirp_devel mailing list