[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

export won't work



Hi,

Why won't export work? When i run this
bash script on debian 3:

#!/bin/sh
ABC=def
export ABC
exit 0

when i type 'export', then ABC doesn't
appear in the list of environment variables.



Reply to: