File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function extract() {
31
31
elif [ -f abi_dumps/$PACKAGE /${PACKAGE} _$VERSION .abi.tar.gz ]; then
32
32
return
33
33
fi
34
-
34
+
35
35
echo " Building ABI dump for $* "
36
36
BUILD_ROOT=.ABI-build
37
37
64
64
echo " abi-compliance-checker -l $PACKAGE -dump_abi $DESC "
65
65
echo ""
66
66
echo "To find libraries after building:"
67
- echo " find $BUILD_ROOT /root -name "*.so" -print"
67
+ echo " find $BUILD_ROOT /root -name "*.so" -print"
68
68
69
69
else
70
- find $BUILD_ROOT /root -name "*.so" -print >> $DESC
70
+ find $BUILD_ROOT /root -name "*.so" -print >> $DESC
71
71
fi
72
72
73
73
cat<<EOF>>$DESC
@@ -89,7 +89,7 @@ for arg in $*; do
89
89
extract $T $V
90
90
done
91
91
92
- if [ $# -gte 2 ]; then
92
+ if [ $# = 2 ]; then
93
93
V1=` version $1 `
94
94
V2=` version $2 `
95
95
@@ -98,6 +98,6 @@ if [ $# -gte 2 ]; then
98
98
-d2 abi_dumps/${PACKAGE} /${PACKAGE} _${V2} .abi.tar.gz
99
99
100
100
if [ $UPLOAD = 1 -a -d compat_reports/pacemaker/${V1} _to_${V2} ]; then
101
- rsync -azxlSD --progress compat_reports/pacemaker/${V1} _to_${V2} [email protected] :/var/www/html/abi/
101
+ rsync -azxlSD --progress compat_reports/pacemaker/${V1} _to_${V2} [email protected] :/var/www/html/abi/pacemaker/
102
102
fi
103
103
fi
You can’t perform that action at this time.
0 commit comments