Skip to content
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

some errors seen #60

Open
j75 opened this issue Jan 19, 2023 · 0 comments
Open

some errors seen #60

j75 opened this issue Jan 19, 2023 · 0 comments

Comments

@j75
Copy link

j75 commented Jan 19, 2023

  1. in README.md the link http://www.bernaerts-nicolas.fr/linux/ is broken
  2. the script ubuntu-scripts-master/ubuntugnome/update-monitor-position do not pass a shellscheck verification
In ubuntu-scripts-master/ubuntugnome/update-monitor-position line 22:
esc() { printf "%s\n" "$1" | sed -e "s/'/'\"'\"'/g" -e "1s/^/'/" -e "\$s/\$/'/" }
^-- SC1009 (info): The mentioned syntax error was in this function.
      ^-- SC1073 (error): Couldn't parse this brace group. Fix to allow more checks.
                                                                                ^-- SC1083 (warning): This } is literal. Check expression (missing ;/\n?) or quote it.


In ubuntu-scripts-master/ubuntugnome/update-monitor-position line 64:

^-- SC1056 (error): Expected a '}'. If you have one, try a ; or \n in front of it.
^-- SC1072 (error): Missing '}'. Fix any mentioned problems and try again.
  1. tryng to run the script produces the following message (on Ubuntu 22.04): ubuntu-scripts-master/ubuntugnome/update-monitor-position: line 64: syntax error: unexpected end of file
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

1 participant