On Mon, Oct 7, 2013 at 3:37 PM, Dave Bouvier <d...@bx.psu.edu> wrote:
> Peter,
>
> I did some investigating, and it turns out that the if [[ condition ]]
> syntax used in the ncbi tool dependency is only compatible with bash, not
> sh.

Does that mean the test system has switched between sh and bash
and back to sh again?

> For sh, the corresponding syntax would look like:
>
> if [ "$string" = "value" ]
> then
>     echo "string is equal to value"
> fi
>
> However, it strikes me that the platform detection and download url
> determination could also be done using the recently introduced
> <actions_group> feature, which would bypass shell-dependent conditional
> syntax entirely.

Yes, but is that in stable releases for galaxy-dist yet?

Thanks,

Peter
___________________________________________________________
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:
  http://lists.bx.psu.edu/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/mailinglists/

Reply via email to