From dea973056cf4fe81f5e17ce3843473108b5f3391 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 6 Jun 2011 00:15:55 -0300 Subject: [PATCH] prod/atben: quote command containing !, to make it easier to copy & paste --- prod/atben | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prod/atben b/prod/atben index a1bf304..07c5844 100755 --- a/prod/atben +++ b/prod/atben @@ -53,7 +53,7 @@ gpio_ben() step "GPIO scan (SLP_TR)" cmd "$LOCAL_EXEC \"atrf-gpio -d $LOCAL_DUT \ - 00!85 '# write 0x55 to the buffer' \ + '00!85' '# write 0x55 to the buffer' \ 00/85 '# read back the buffer value' \ xx1hxo '# enter SLEEP' \ xx0hxo '# leave SLEEP' \