Skip to content

Commit f80680b

Browse files
committed
ip
1 parent 9ebe27d commit f80680b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

script/build_unix_aio.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ f() {
2525
if [[ "slim" = "$1" ]]; then
2626
s="-slim";
2727
t="_slim";
28+
else
29+
s="";
30+
t="";
2831
fi
2932
rm -rf $T/*
3033
cd $T
@@ -56,6 +59,9 @@ f() {
5659
if [[ "slim" = "$1" ]]; then
5760
s="-slim";
5861
t="_slim";
62+
else
63+
s="";
64+
t="";
5965
fi
6066
rm -rf $T/*
6167
cd $T

0 commit comments

Comments
 (0)