-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #12
- Loading branch information
Showing
1 changed file
with
9 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
a665afa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, with this commit I am getting the next error:
As a workaround I am editing
configure.ac
withsed
:Any idea what is going on? :-)
a665afa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What OS are you using and what shell? It seems that your
test
does not handle "non-standard" equals operator. I will fix that anyway, however I'm curious why I'm not able to reproduce it. I've checked on FreeBDS, OpenSUSE and Gentoo. I was able to "crash"test "abc" == "abc"
in thezsh
, however running./configure
has passed (in the zsh environment) without any errors... strange.a665afa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am using
CRUX Linux
andbash
but here/bin/sh
is not (a symlink to)/bin/bash
. Maybe that is the reason why I can also successfully build cmusfm with: