mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 23:36:37 +02:00
core: use run function to create build directory
This commit is contained in:
+2
-2
@@ -47,8 +47,8 @@ if [ -z "$BUILDTOOL" ]; then
|
||||
fi
|
||||
|
||||
# create build directory
|
||||
mkdir $BUILDDIR || exit 1
|
||||
cd $BUILDDIR || exit 1
|
||||
run "mkdir $BUILDDIR"
|
||||
run "cd $BUILDDIR"
|
||||
|
||||
if [ "$BUILDTOOL" = "cmake" ]; then
|
||||
# build with CMake
|
||||
|
||||
Reference in New Issue
Block a user