I changed the PATH to be able to run it without the /. and now if I run a file like "./file -g" the file recieves the argument, but when I run it without the ./ "file -g" it acts as if it didn't get the -g argument. Why is this happening?