Lines Matching refs:LINE
1071 sha1sum $DOWNLOAD_DIR/*.deb | while read LINE; do1072 PACKAGE=$(basename $(echo $LINE | awk '{ print $2;}'))1073 SHA1=$(echo $LINE | awk '{ print $1; }')