Lines Matching full:echo
91 echo "cannot find patch file: ${patch}"
97 echo "$PNAME does not support reverse patching"
143 echo -n "Applying $1 (${name})... "
146 echo "done."
148 echo "failed. Clean up yourself."
153 echo "Aborting. Reject files found."
165 echo -n "Reversing $1 (${name}) ... "
168 echo "done."
170 echo "failed. Clean it up."
175 echo "Aborting. Reject files found."
187 TMPFILE=`mktemp ./.tmpver.XXXXXX` || { echo "cannot make temp file" ; exit 1; }
194 echo "unable to determine current kernel version" >&2
201 echo "Current kernel version is $VERSION.$PATCHLEVEL.$SUBLEVEL${EXTRAVERSION} ($NAME)"
209 #echo "$PNAME: changing EXTRAVERSION from $EXTRAVERSION to $EXTRAVER"
212 #echo "stopvers=$stopvers"
214 STOPSUBLEVEL=`echo $stopvers | cut -d. -f3`
215 STOPEXTRA=`echo $stopvers | cut -d. -f4`
217 #echo "#___STOPSUBLEVEL=/$STOPSUBLEVEL/, STOPEXTRA=/$STOPEXTRA/"
236 echo "backing up to: $VERSION.$PATCHLEVEL.$SUBLEVEL"
254 echo "Stopping at $CURRENTFULLVERSION base as requested."
260 #echo "#___ trying $FULLVERSION ___"
263 echo "Stopping since sublevel ($SUBLEVEL) is beyond stop-sublevel ($STOPSUBLEVEL)"
274 #echo "#___sublevel all done"
283 #echo "#... trying $FULLVERSION ..."
291 #echo "#___extraver all done"
304 ACVALUE=`echo $PATCHNAMES | sed -e 's/^.*patch-[0-9.]*-ac\([0-9]*\).*/\1/'`
317 echo "No -ac patches found"
322 echo "Sorry, I couldn't find the $gotac patch for $CURRENTFULLVERSION. Hohum."