]> sigrok.org Git - sigrok-util.git/commitdiff
macosx: Pass on arguments to the pulseview wrapper script.
authorUwe Hermann <redacted>
Tue, 15 Aug 2017 21:00:04 +0000 (23:00 +0200)
committerUwe Hermann <redacted>
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

index 766663d5a758f9ca06235aeb3bbc5010552ec94e..dfa091de085e164330ba3cd8742e4519940c5ff2 100755 (executable)
@@ -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 $*