We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d8b03 commit eaf6b32Copy full SHA for eaf6b32
1 file changed
bash/exportsource.sh
@@ -15,6 +15,8 @@
15
# NOTE
16
17
# There is a way to do this natively
18
+# WARNING: the problem with set -a is that it will override existing env vars
19
+# if that is a problem then still use this script instead
20
#
21
# old_opts=$(set +o)
22
# set -a
0 commit comments