Skip to content

Fix ccache launch scripts to use sh compatible syntax #2931

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

Merged
merged 1 commit into from
Jun 16, 2020

Conversation

9prady9
Copy link
Member

@9prady9 9prady9 commented Jun 12, 2020

Earlier to this change, I added bash based syntax which won't work
with /bin/sh or dash shells.

/usr/sh is available on most systems that use init.d scripts. So, it is
safe to assume it's availability on majority of linux distributions.

Earlier to this change, I added bash based syntax which won't work
with /bin/sh or dash shells.

/usr/sh is available on most systems that use init.d scripts. So, it is
safe to assume it's availability on majority of linux distributions.
@9prady9 9prady9 added the fix label Jun 12, 2020
@9prady9 9prady9 added this to the 3.7.2 milestone Jun 12, 2020
@9prady9
Copy link
Member Author

9prady9 commented Jun 15, 2020

The change works fine on Arch(sh -> bash) and Ubuntu(sh -> dash) too. This should be good for merge. @umar456

@9prady9 9prady9 requested a review from umar456 June 15, 2020 07:17
@umar456 umar456 merged commit aaa948e into arrayfire:master Jun 16, 2020
@9prady9 9prady9 deleted the fix_ccache_launch_scripts branch June 24, 2020 07:14
@umar456 umar456 mentioned this pull request Jun 27, 2020
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants