From 85e16216d4f95a3986ce18d3e5a4a5ed431a4ad5 Mon Sep 17 00:00:00 2001 From: The Linux Kitten Date: Sun, 9 Mar 2014 21:22:02 +0100 Subject: Add support for -v option on OpenBSD The `-v` (verbose) flag for `cp`, `ln`, and `rm` is not standard. It is simple to implement using shell functions, so introduce `cp_v`, `ln_v`, and `rm_v`. These shell functions use the existing `$VERBOSE` variable for printing, which simplifies the code and reduces the number of variables. Fixes #61. --- NEWS.md.in | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS.md.in') diff --git a/NEWS.md.in b/NEWS.md.in index b837e0a..2c0608d 100644 --- a/NEWS.md.in +++ b/NEWS.md.in @@ -8,6 +8,7 @@ rcm (@PACKAGE_VERSION@) unstable; urgency=low * BUGFIX: Support multiple -d options when given relative paths (Mike Burns). * BUGFIX: Cygwin compatibility for hostname (Mike Burns). + * BUGFIX: Support -v option on OpenBSD (Javier López). * Handle more files with spaces in their filename (Caleb Land, Pat Brisbin, Mike Burns). * Hooks in directories instead of just single executables (Pablo Olmos -- cgit v1.2.3