Bug 69789 - 'cp -av' isn't portable, use 'cp' instead
Summary: 'cp -av' isn't portable, use 'cp' instead
Status: RESOLVED FIXED
Alias: None
Product: dbus
Classification: Unclassified
Component: core (show other bugs)
Version: 1.5
Hardware: Other All
: medium normal
Assignee: Havoc Pennington
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-25 06:16 UTC by Chengwei Yang
Modified: 2013-09-25 12:48 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
[PATCH] Use 'cp' instead of 'cp -av' to fix portable issue (878 bytes, patch)
2013-09-25 07:05 UTC, Chengwei Yang
Details | Splinter Review

Description Chengwei Yang 2013-09-25 06:16:18 UTC
there is no such '-a' or '-v' option of cp on OpenBSD 5.3, so just use 'cp' to keep portable. Related #bug 35881
Comment 1 Chengwei Yang 2013-09-25 07:05:02 UTC
Created attachment 86517 [details] [review]
[PATCH] Use 'cp' instead of 'cp -av' to fix portable issue

This patch is based on the patch for #bug35881
Comment 2 Simon McVittie 2013-09-25 12:48:24 UTC
Fixed in git for 1.7.6, thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.