Magellan Linux

Diff of /trunk/include/cleanutils.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 33355 by niro, Wed Aug 26 07:49:26 2020 UTC revision 33356 by niro, Thu Jul 13 09:10:10 2023 UTC
# Line 17  zapmost() Line 17  zapmost()
17   rootdir="${1}/"   rootdir="${1}/"
18   [ ! -e  "$rootdir" ] && echo "zapmost: $rootdir not found; skipping..." && return 1   [ ! -e  "$rootdir" ] && echo "zapmost: $rootdir not found; skipping..." && return 1
19   echo -e "${COLBLUE}*** ${COLGREEN}Running zapmost for ${rootdir}${COLDEFAULT}"   echo -e "${COLBLUE}*** ${COLGREEN}Running zapmost for ${rootdir}${COLDEFAULT}"
20   pushd ${$rootdir}   pushd ${rootdir}
21   install -d ${BUILDDIR}/zap   install -d ${BUILDDIR}/zap
22   local dirs   local dirs
23   shift   shift

Legend:
Removed from v.33355  
changed lines
  Added in v.33356