tighten filter on touch(1) to account for recent changes in fileutils.

This commit is contained in:
Nathan Scott
2001-04-06 03:14:36 +00:00
parent fb22b1e9e2
commit f4b9647e72
+4 -1
View File
@@ -60,7 +60,10 @@ _cleanup()
_touch()
{
touch $@ 2>&1 | sed -e "s/creating \`//g" -e "s/'//g"
touch $@ 2>&1 | sed \
-e "s/creating \`//g" \
-e "s/setting times of \`//g" \
-e "s/'//g"
}
# get standard environment, filters and checks