Lines Matching refs:DEST
237 DEST=$3
239 if [ -z "$KSRC" ] || [ -z "$KOBJ" ] || [ -z "$DEST" ]; then
248 -perm /u+r,g+r | tar cfz $DEST -P -T -
251 echo "$DEST successfully created, copy to test system and unpack with:"
252 echo " tar xfz $DEST -P"
254 echo "Could not create file $DEST"
268 DEST=$1
271 if [ -z "$DEST" ] ; then
281 tar czf $DEST -C $TEMPDIR sys
284 echo "$DEST successfully created, copy to build system and unpack with:"
285 echo " tar xfz $DEST"