diff options
author | David Reyna <David.Reyna@windriver.com> | 2019-01-12 10:49:51 -0800 |
---|---|---|
committer | David Reyna <David.Reyna@windriver.com> | 2019-01-12 10:49:51 -0800 |
commit | 4ed4bf9a2559f1450081e1b79b22ff677235aa24 (patch) | |
tree | 2488079f83723e87008805fdc3e6f31413d9d008 | |
parent | ce03c55b2425fcb0efba606c539c071e9efcc2f8 (diff) | |
download | srtool-4ed4bf9a2559f1450081e1b79b22ff677235aa24.tar.gz srtool-4ed4bf9a2559f1450081e1b79b22ff677235aa24.tar.bz2 srtool-4ed4bf9a2559f1450081e1b79b22ff677235aa24.zip |
srtool: add missing environment files
Add the default environment extension files for 'bin/common'
and 'bin/yp'. They are currently passive.
Signed-off-by: David Reyna <David.Reyna@windriver.com>
-rwxr-xr-x | bin/common/srt_env.sh | 3 | ||||
-rwxr-xr-x | bin/yp/srt_env.sh | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/common/srt_env.sh b/bin/common/srt_env.sh new file mode 100755 index 00000000..31ecb6a9 --- /dev/null +++ b/bin/common/srt_env.sh @@ -0,0 +1,3 @@ +# Common shell settings + +# none at this time diff --git a/bin/yp/srt_env.sh b/bin/yp/srt_env.sh new file mode 100755 index 00000000..c6c29c12 --- /dev/null +++ b/bin/yp/srt_env.sh @@ -0,0 +1,3 @@ +# Main application shell settings + +export SRT_MAIN_APP="yp" |