mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Check file link.
This commit is contained in:
parent
e242020de9
commit
527120ce84
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ try cd "${0%/*}"
|
||||||
workdir=$(try git rev-parse --show-toplevel) || exit 1
|
workdir=$(try git rev-parse --show-toplevel) || exit 1
|
||||||
try cd "${workdir}"
|
try cd "${workdir}"
|
||||||
[ -f src/package.json ] || fatal "failed to cd to etherpad root directory"
|
[ -f src/package.json ] || fatal "failed to cd to etherpad root directory"
|
||||||
ls -lisa src/bin
|
|
||||||
ls bin
|
file -L bin
|
||||||
# See https://github.com/msys2/MSYS2-packages/issues/1216
|
# See https://github.com/msys2/MSYS2-packages/issues/1216
|
||||||
export MSYSTEM=winsymlinks:lnk
|
export MSYSTEM=winsymlinks:lnk
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue