forked from cs3org/reva
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve Makefile error on Ubuntu (cs3org#3780)
- Loading branch information
1 parent
eb88a34
commit 8ec15b3
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Bugfix: Fix Makefile error on Ubuntu | ||
|
||
I've fixed Makefile using sh which is defaulted to dash in ubuntu, dash doesn't support | ||
`[[ ... ]]` syntax and Makefile would throw `/bin/sh: 1: [[: not found` errors. | ||
|
||
https://github.com/cs3org/reva/pull/3780 | ||
https://github.com/cs3org/reva/issues/3773 |