Skip to content
Snippets Groups Projects
Commit 767c55e8 authored by Armand Bahi's avatar Armand Bahi
Browse files

Update utils/init_symlinks.sh

parent 122955df
No related branches found
No related tags found
No related merge requests found
......@@ -21,12 +21,12 @@ cd ..
# Vitis
echo "---- Link vitis ----"
if [ "$(pwd)/client" ]; then
rm client
if [ -f "$(pwd)/client" ]; then
rm $(pwd)/client
fi
ln -rsf src/vitis/client client
if [ "$(pwd)/vas" ]; then
rm vas
if [ -f "$(pwd)/vas" ]; then
rm $(pwd)/vas
fi
ln -rsf src/vitis/vas vas
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment