projects
/
sigrok-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a158f6
)
macosx: Pass on arguments to the pulseview wrapper script.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 15 Aug 2017 21:00:04 +0000
(23:00 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 15 Aug 2017 21:01:37 +0000
(23:01 +0200)
This allows calling the wrapper script with parameters, e.g. -l 5.
cross-compile/macosx/contrib/pulseview
patch
|
blob
|
history
diff --git
a/cross-compile/macosx/contrib/pulseview
b/cross-compile/macosx/contrib/pulseview
index 766663d5a758f9ca06235aeb3bbc5010552ec94e..dfa091de085e164330ba3cd8742e4519940c5ff2 100755
(executable)
--- a/
cross-compile/macosx/contrib/pulseview
+++ b/
cross-compile/macosx/contrib/pulseview
@@
-23,4
+23,4
@@
cd "$DIR"
export PYTHONHOME="../Frameworks/Python.framework/Versions/3.6"
export SIGROK_FIRMWARE_DIR="../share/sigrok-firmware"
export SIGROKDECODE_DIR="../share/libsigrokdecode/decoders"
-./pulseview.real
+./pulseview.real
$*