Home
last modified time | relevance | path

Searched refs:ARCHIVE (Results 1 - 1 of 1) sorted by relevance

/third_party/libcoap/scripts/
H A Ddist.sh60 ARCHIVE=`ls -1t libcoap-*.tar.bz2 |head -1`
61 echo $ARCHIVE
62 if test $err = 0 -a "x$ARCHIVE" != "x"; then
63 DIR=`pwd`/`tar taf $ARCHIVE |cut -d/ -f1|head -1`
64 tar xaf $ARCHIVE && cd $WORK && \

Completed in 1 milliseconds