From: Uwe Hermann Date: Tue, 15 Aug 2017 21:00:04 +0000 (+0200) Subject: macosx: Pass on arguments to the pulseview wrapper script. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=a6593b431d8000273537f8e91c61434dd2ef1418 macosx: Pass on arguments to the pulseview wrapper script. This allows calling the wrapper script with parameters, e.g. -l 5. --- diff --git a/cross-compile/macosx/contrib/pulseview b/cross-compile/macosx/contrib/pulseview index 766663d..dfa091d 100755 --- 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 $*