Fix Shell Command 84/7584/2
authorbeierl <mbeierl@vmware.com>
Thu, 30 May 2019 18:42:04 +0000 (14:42 -0400)
committerbeierl <mbeierl@vmware.com>
Thu, 30 May 2019 18:45:01 +0000 (14:45 -0400)
commit63229a283c786f8862655d365502e5a9224f5266
tree7eb3aa33bac40887be7c5183248ed2e858612b51
parent3edf018e1ad5b9d8875e41733ac38ebf9c53e2a6
Fix Shell Command

Replaces 'source' with '.' as the command 'source' is not
valid sh syntax.  It is only valid in bash, but the sg
command invokes sh, not bash.

BUG 717

Change-Id: I76f58120cff78420a751308c283798ad57b83df8
Signed-off-by: beierl <mbeierl@vmware.com>
installers/full_install_osm.sh