I want to use cp command using two variable but doesn't work
#!/bin/sh
PATH="/home/smvm/Dropbox/ssd-tech/SoftSwitch"
SRCPATH=${PATH}/lib/SIPLib/*.a
DESTPATH=${PATH}/include
cp "$SRCPATH" "$DESTPATH"
Following Error Occurs
copyPaste.sh: 9: copyPaste.sh: cp: not found