Fixing error when linking
This commit is contained in:
parent
fa5b20bb3e
commit
ed6ae6d87a
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ for d in `ls` ; do
|
|||
fi
|
||||
|
||||
if ! test -h $GDB_WEB_BASE/$d/xfail ; then
|
||||
ln -s $d/xfail $GDB_WEB_BASE/$d/xfail
|
||||
ln -s $PWD/$d/xfail $GDB_WEB_BASE/$d/xfail
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue