huijunchen9260 / dmenufm

A simple file manager using dmenu
GNU General Public License v3.0
227 stars 15 forks source link

Make sure $IFS is set properly for all bulk commands #16

Closed camnw closed 4 years ago

camnw commented 4 years ago

This partially solves issues regarding #15 Using IFS in more places we can make sure it is separated correctly and not by spaces.

huijunchen9260 commented 4 years ago

The ln -s and cp -R still not working for file name with space

huijunchen9260 commented 4 years ago

cp -R: not found

camnw commented 4 years ago

Hmm alright, ill use dash and see what the problem we are having between my sh and dash is when I have the opportunity.