You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/12/05 10:00:46 UTC

[GitHub] [mynewt-core] andrzej-kaczmarek commented on issue #2124: hw/scripts: Fix typo

andrzej-kaczmarek commented on issue #2124: hw/scripts: Fix typo
URL: https://github.com/apache/mynewt-core/pull/2124#issuecomment-562057891
 
 
   typo ;)
   ```
   andk@t480s:~$ if [ -d /tmp]; then echo dir; else echo notadir; fi
   bash: [: missing `]'
   notadir
   andk@t480s:~$ if [ -d /tmp ]; then echo dir; else echo notadir; fi
   dir
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services