Skip to content

Bug fixes#66

Merged
amebel merged 2 commits intoopencog:masterfrom
amebel:bug-fixes
Jun 24, 2016
Merged

Bug fixes#66
amebel merged 2 commits intoopencog:masterfrom
amebel:bug-fixes

Conversation

@amebel
Copy link
Contributor

@amebel amebel commented Jun 24, 2016

@amebel amebel merged commit c6acaaf into opencog:master Jun 24, 2016
@amebel amebel deleted the bug-fixes branch June 24, 2016 07:07
ARCH=$(uname -m);
if [ "$OSREL" == "trusty" -a "$ARCH" == "x86_64" ]; then
if [ "$ARCH" == "x86_64" ]; then
return 0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so if ARCH equals x86_64, then is_x86_64 returns a zero? Is this the bash convention where 0 means "error free" and non-zero means "there is an error"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gautam1168
Copy link

What is the reason behind naming the function is_x68_64 and not is_x86_64?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants