> > What is the issue with space in the build path ?? > path are not between quotes so that commands that copy from directory to > another do not work correctly. > cp /home/baud123/directory with spaces/file $DESTINATION > does not work, when cp "/home/baud123/directory with spaces/file" > $DESTINATION would work...
Indeed, but where are such cp needed? There shouldn't be a need for an absolute path to source dir, all the paths should be relative. Pat
