Skip to content
Snippets Groups Projects
Commit 5898e72d authored by Chris Shantz's avatar Chris Shantz
Browse files

Update build_gesso.sh changing --force and --symbolic to -fs so it will work in docker.

parent 24e23493
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ if [ -d "source" ]; then
rm -rf source
echo "Done removing old source directory ..."
fi
ln --force --symbolic "../source" source
ln -fs "../source" source
echo "Done symbolic linking source directory ..."
echo "Removing style lint config and replacing with UW config ..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment