From: eb Date: Fri, 19 Sep 2008 00:39:55 +0000 (+0000) Subject: removed sudo X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e47ac9ec27e039088617d5371715d754101c7465;p=debian%2Fgnuradio removed sudo git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9604 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/usrp2/host/apps/streaming_fft.py b/usrp2/host/apps/streaming_fft.py index cd3606c9..4d341497 100755 --- a/usrp2/host/apps/streaming_fft.py +++ b/usrp2/host/apps/streaming_fft.py @@ -64,7 +64,7 @@ def main(): gain_clause = '-g ' + options.gain # FIXME: restore -F - cmd = "sudo %s/rx_streaming_samples -s -e %s -f %g -d %d %s -o /proc/self/fd/1 | %s/stdin_int32_fft.py %s -f %g -d %d" % ( + cmd = "%s/rx_streaming_samples -s -e %s -f %g -d %d %s -o /proc/self/fd/1 | %s/stdin_int32_fft.py %s -f %g -d %d" % ( path, options.eth, options.freq, options.decim, gain_clause, path, display_type, options.freq, options.decim)