Lines Matching refs:old
27 # tar-path tar the old and new archives
76 : old files and base archive
78 mkdir old
79 cd old
90 '') "$@" -wf ../old.$suf $fmt * || status=1 ;;
91 *) $tar cf ../old.$suf . || status=1 ;;
100 then "$@" -rf ../old.$suf || status=1
136 "$@" -rf new.$suf -wf old-new.$suf $fmt -z old.$suf || status=1
140 "$@" -rf old-new.$suf -z old.$suf -wf rep.$suf $fmt || status=1
162 : add subdir to old
165 mkdir old/asub
166 echo "zzz" > old/asub/w
174 : redo the old and new base archives
176 cd old
178 '') "$@" -wf ../old.$suf $fmt * || status=1 ;;
179 *) $tar cf ../old.$suf . || status=1 ;;
190 "$@" -rf new.$suf -wf old-new.$suf $fmt -z old.$suf || status=1
194 "$@" -rf old-new.$suf -z old.$suf -wf rep.$suf $fmt || status=1
219 cd old