diff --git a/setenv b/setenv index 9b2a49e..73df221 100755 --- a/setenv +++ b/setenv @@ -23,7 +23,8 @@ then then echo "Pip installing pppadump" if [ ! "$(pip install -e pppadump/)" ] - echo "pppadum doesn't seem to be feteched yet. Run the following git command to do so:" + then + echo "pppadum doesn't seem to be fetched yet. Run the following git command to do so (and run setenv again):" echo "> git submodule update --init --recursive" return else