retrosmart-icon-theme icon indicating copy to clipboard operation
retrosmart-icon-theme copied to clipboard

Getting syntax error on icons folder

Open shag00 opened this issue 1 year ago • 3 comments

When following the instructions I get:

ethan1@ethanubuntu:~/Downloads/retrosmart-icon-theme-0.2$ ./configure ./configure: 7: Syntax error: "(" unexpected

Kubuntu 22.10

shag00 avatar Apr 26 '23 02:04 shag00

It seems that your shell does not support arrays. Are you using bash? Probably not.

Post the output of:

echo $SHELL

mdomlop avatar Apr 26 '23 06:04 mdomlop

Well. Don't worry. I've added changes to the configure script to accept non-POSIX shells. Now it is somewhat slower, but less incompatible.

Try again. Now it should work for you.

mdomlop avatar Apr 26 '23 06:04 mdomlop

To answer your first question: ethan1@ethanubuntu:~/Downloads/retrosmart-icon-theme-0.2$ echo $SHELL /bin/bash

Using the updated file: ethan1@ethanubuntu:~/Downloads/retrosmart-icon-theme-0.2$ ./configure ./configure: 41: function: not found include makefile.in retrosmart-icon-theme: -e mkdir -p retrosmart-icon-theme/scalable retrosmart-icon-theme/index.theme: retrosmart-icon-theme -e cp src/index.theme retrosmart-icon-theme/ ./configure: 53: local: not in a function

shag00 avatar Apr 27 '23 01:04 shag00