-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script fails when fish is the default shell on remote machine #43
Comments
Any logs? |
I heard that |
I believe |
Thanks for quick replay.
There are two problems with this command.
I think that the best solution would be to explicitly invoke these commands in bash shell, because supporting many shells might be cumbersome.
|
Yup, sounds reasonable
…On Thu, Dec 29, 2016, 17:38 Kasper Kondzielski ***@***.***> wrote:
Thanks for quick replay.
Here is the error msg:
fish: set -xe && cd ~/el-peon-android/ && ./gradlew compileDebugUnitTestSources mockableAndroidJar
There are two problems with this command.
1. Fish does not support && for concatenation. Instead to be both fish
and bash compatible you might want to use ; character to separate
commands.
2. The set command looks different in fish.
I think that the best solution would be to explicitly invoke these
commands in bash shell, because supporting many shells might be cumbersome.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA7B3AtjuJ2FBABPBot_XLoiyvHVqk-nks5rM8XYgaJpZM4LXfps>
.
|
Closed by #44. |
No description provided.
The text was updated successfully, but these errors were encountered: