On 22 September 2013 12:55, David <bouncingc...@gmail.com> wrote:

>     if [ -n "${files[*]}" ] ; then

oops, that line above (#7 from the end) works ok but it will run
faster if changed to this more modern bash syntax:

if [[ -n "${files[*]}" ]] ; then

(I was writing makefiles yesterday, I got stuck in the habit of using
the older syntax :)


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAMPXz=qo2kk7xfaaz9jlz3ttq4w18xb_dg0qa_+oq4dm08s...@mail.gmail.com

Reply via email to