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

Install script fails when called with absolute path containing spaces #326

Open
noyannus opened this issue Jan 2, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@noyannus
Copy link
Contributor

noyannus commented Jan 2, 2025

What happened?

The install script works fine when called with a relative path as per README.md.
Calling it with an absolute path that contains spaces makes it fail.

localhost% cd '/home/me/path with spaces/Yin-Yang/'
localhost% '/home/me/path with spaces/Yin-Yang/scripts/install.sh'
enter password in order to install Yin-Yang correctly
[sudo] password for root:
bash: line 1: /home/path: No such file or directory
localhost% ./scripts/install.sh
enter password in order to install Yin-Yang correctly
Uninstalling old version, if it exists
...

You surely have some unused quotes lying around somewhere... :-)

Have a great 2025!

Version

3.4

How did you install Yin & Yang?

Git clone + running install script

What desktop environments are you seeing the problem on?

KDE

Which plugin causes the issue?

None

What software version do you use?

n/a

Relevant log output

n/a
@noyannus noyannus added the bug Something isn't working label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant