Skip to content

Commit c828447

Browse files
committed
再再再再再次尝试
1 parent 4831960 commit c828447

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nginx

nginx-builder.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ cd ..
2424
echo "Step 1: 构建 $1 版本"
2525
echo "Step 1.1: 配置"
2626
if [ "$1" == "windows" ]; then
27-
./configure-win.sh $2 $CURRENT_TIME
27+
$RUNPATH/configure-win.sh $2 $CURRENT_TIME
2828
else
29-
./configure-linux.sh $2 $CURRENT_TIME
29+
$RUNPATH/configure-linux.sh $2 $CURRENT_TIME
3030
fi
3131

3232
echo "Step 1.2: 构建!"

0 commit comments

Comments
 (0)