I'm writing a script in shell and, in the script, I use
the export command multiple times to set some environment
variables. Though, when I run the script the values are
never set.
Pertinent information:
Script interpreter = #!/bin/sh
user shell = bash
example of export command:
Any ideas? thanks.