Skip to content

Rawk cannot find style.css and illegal option for "read" command. #12

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

Open
mobilediesel opened this issue Oct 11, 2016 · 2 comments
Open

Comments

@mobilediesel
Copy link

mobilediesel commented Oct 11, 2016

When I run make to build a website I get the following errors:
cp: cannot stat ‘templates/style.css’: No such file or directory
/usr/local/bin/rawk: 124: read: Illegal option -d

@kisom
Copy link
Owner

kisom commented Oct 18, 2016

Can you give any debugging information at all? There's nothing that I can use here to figure out the problem. It would be useful to know

  • operating system and version
  • the versions of awk, sed, and sh; for example,
awk --version
sed --version
  • the top-level contents of your rawk and templates directories; looking for something like
$ ls -1F
Makefile
rawkrc
site/
templates/
$ ls -1F templates
ftr.tpl
hdr.tpl
style.css

Thanks!

@mobilediesel
Copy link
Author

mobilediesel commented Oct 18, 2016

Basic bug reporting and I forgot the important stuff. Here it is:

$  awk --version 
GNU Awk 4.1.1, API: 1.1 (GNU MPFR 3.1.2-p3, GNU MP 6.0.0)
$  sed --version 
sed (GNU sed) 4.2.2
$ ls -1F
site/
templates/
Makefile
rawkrc
$ ls -1F templates/
ftr.tpl
hdr.tpl
style.css

and forgot to add the shell. /bin/sh points to /bin/dash:

$ dpkg -s dash
Source: dash (0.5.7-4)

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

No branches or pull requests

2 participants