Closed adriansio closed 10 years ago
I realized that with $(dirname $0) the cp command copies the entire content of the dots folder rather than the dots folder itself, messing up /usr/local/lib.
$(dirname $0)
cp
dots
/usr/local/lib
thanks!
I realized that with
$(dirname $0)
thecp
command copies the entire content of thedots
folder rather than thedots
folder itself, messing up/usr/local/lib
.