RedditEnjoyer@lemmy.world to Linux@lemmy.ml · 1 year agoA Linux user's nightmare: the machine was wiped clean with one clickwww.mikrobitti.fiexternal-linkmessage-square47fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkA Linux user's nightmare: the machine was wiped clean with one clickwww.mikrobitti.fiRedditEnjoyer@lemmy.world to Linux@lemmy.ml · 1 year agomessage-square47fedilinkfile-text
minus-squareSamueru@lemmy.worldlinkfedilinkarrow-up0·1 year agoIn this case the issue was that a change between kde5 and kde6 let to the variable being defined as somepath / (notice the space).
minus-squarekureta@lemmy.mllinkfedilinkarrow-up0·1 year agoAnd that’s why you also surround it with double quotes.
In this case the issue was that a change between kde5 and kde6 let to the variable being defined as
somepath /
(notice the space).And that’s why you also surround it with double quotes.