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

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