Removed the use of source

master
Matt Theissen 4 years ago
parent f2e33a5cd8
commit f3053e3d00

@ -1,7 +1,7 @@
#!/usr/bin/env sh #!/usr/bin/env sh
if [ -f $HOME/git/knd-ddbank/ddbank_config ]; then { if [ -f $HOME/git/knd-ddbank/ddbank_config ]; then {
source $HOME/git/knd-ddbank/ddbank_config . $HOME/git/knd-ddbank/ddbank_config
} else { } else {
echo "Configuration file not present." echo "Configuration file not present."
echo "Refer to the Git README for setup" echo "Refer to the Git README for setup"