Merge "Force dib-python symlink creation"

This commit is contained in:
Jenkins 2016-01-22 01:04:47 +00:00 committed by Gerrit Code Review
commit d8b3acf816
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ if [ -z "$python_path" ]; then
exit 1
fi
ln -s $python_path /usr/local/bin/dib-python
ln -sf $python_path /usr/local/bin/dib-python