0

I have the following expression that is giving an error, but I am unable to figure out the problem.

rcutils_path="~/Admir/bin/gungadin-1.0/rcutils"

# Re-map modifier keys for dvorak keyboard
xmodmap ${rcutils_path}/Xmodmap
0

1 Answer 1

1
rcutils_path=~/Admir/bin/gungadin-1.0/rcutils

Tilde does not work inside quotes.


If Admir is your user name, then avoid the first slash:

rcutils_path=~Admir/bin/gungadin-1.0/rcutils

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.