mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
build: fix build path for windows
This commit is contained in:
parent
8ef0860e8b
commit
29f2cd34f0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ fatal() { error "$@"; exit 1; }
|
|||
is_cmd() { command -v "$@" >/dev/null 2>&1; }
|
||||
|
||||
# Move to the folder where ep-lite is installed
|
||||
cd "$(dirname "$0")"/..
|
||||
cd "$(cd "${0%/*}" && pwd -P)/../.."
|
||||
|
||||
# Is wget installed?
|
||||
is_cmd wget || fatal "Please install wget"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue