# HG changeset patch # User Christophe Lincoln # Date 1399464163 -7200 # Node ID 030fa11a61f26fde769b1540c2a291a0a56d294f # Parent e9499da415871020ab9095554bb7e7b1a7349567 pileds: we may exec 8x8 command without option diff -r e9499da41587 -r 030fa11a61f2 rpi/pileds --- a/rpi/pileds Wed May 07 14:00:29 2014 +0200 +++ b/rpi/pileds Wed May 07 14:02:43 2014 +0200 @@ -66,7 +66,7 @@ fi ;; 8x8) - if [ "$2" == "--test" ]; then + if [ "$2" == "--test" ]|| [ ! "$2" ]; then script="/usr/share/adafruit/LEDBackpack/ex_8x8_pixels.py" check_packages "python-rpi-adafruit" else