I'm trying to get a value from another shell script and assigning it to a variable in a shell script
I tried with the below command. But it's not working
BundleVersion= $(sh VersionNumberScript $(PLISTPATH))
Can I know what's wrong in the above command
$(PLISTPATH)to be$PLISTPATH, in addition to the note about the space after the equal sign, which should not be there.PLISTPATHis a command, but it doesn't seem to be.