Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

sh or bash to run? #6

Open
nlw0 opened this issue Jul 8, 2017 · 1 comment
Open

sh or bash to run? #6

nlw0 opened this issue Jul 8, 2017 · 1 comment

Comments

@nlw0
Copy link

nlw0 commented Jul 8, 2017

I tried to run the program like the README file says, using /bin/sh, but got a syntax error. It seems to work after I tried bash instead...

nlw@kvelertak:~/src/lenskit-hello$ /bin/sh build/install/lenskit-hello/bin/lenskit-hello 72
build/install/lenskit-hello/bin/lenskit-hello: 158: build/install/lenskit-hello/bin/lenskit-hello: Syntax error: "(" unexpected
nlw@kvelertak:~/src/lenskit-hello$ bash build/install/lenskit-hello/bin/lenskit-hello 72
INFO  o.l.d.d.f.TextEntitySource - loading text file source ratings to read from file:/home/nlw/src/lenskit-hello/data/ratings.csv
INFO  o.l.d.d.f.TextEntitySource - loading text file source items to read from file:/home/nlw/src/lenskit-hello/data/movies.csv
INFO  o.l.d.d.f.TextEntitySource - loading text file source tags to read from file:/home/nlw/src/lenskit-hello/data/tags.csv
(...)
@mdekstrand
Copy link
Member

Evidently it should be bash - thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants