From 1fc9a26bdd57be5726268e50ef2ee6deccec1d80 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 15 Jun 2005 00:05:20 +0000 Subject: [PATCH] install -D had a problem similar to mkdir -p. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1dc2073..3937ac2 100644 --- a/NEWS +++ b/NEWS @@ -124,7 +124,8 @@ GNU coreutils NEWS -*- outline -*- "mkdir -p /tmp/a/b dir" no longer attempts to create the `.'-relative directory, dir (in /tmp/a), when, after creating /tmp/a/b, it is unable - to return to its initial working directory. + to return to its initial working directory. Similarly for "install -D + file /tmp/a/b". "pr -D FORMAT" now accepts the same formats that "date +FORMAT" does. -- 2.7.4