microsoft / microsoft-r-open

Microsoft R Open Source
212 stars 69 forks source link

vanilla xubuntu 16.04 #3

Closed flopflip closed 7 years ago

flopflip commented 7 years ago

runnig install script install.sh produces error on line 28, unexpected "}"

nathansoz commented 7 years ago

Can you tell me what "ls -la /bin/bash" looks like? I'm wondering if xubuntu points to a different interpreter in place of bash, which is something I know they have done with /bin/sh on Ubuntu. The code in question (lines 26-28) looks like this:

bash function error { echo -e "$*" >&2 }



It seems to be a valid bash function to me.
nathansoz commented 7 years ago

Closing due to lack of customer response.