Skip to content

Commit dc4a31c

Browse files
committed
release 2.5.4+143
1 parent 93bbd36 commit dc4a31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duply.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ function duplicity_version_get {
12031203
[ -n "$PYTHON" ] &&\
12041204
CMD="$PYTHON $(qw "$(which duplicity)")"
12051205

1206-
DUPL_VERSION_OUT=$($CMD --version)
1206+
DUPL_VERSION_OUT=$($CMD --version | tail -1)
12071207
DUPL_VERSION=$(echo $DUPL_VERSION_OUT | awk '/^duplicity/{print $2; exit;}')
12081208
#DUPL_VERSION='1.2.3' #'0.7.03' #'0.6.08b' #,0.4.4.RC4,0.6.08b
12091209
DUPL_VERSION_VALUE=0

0 commit comments

Comments
 (0)