diff options
author | Roger Leigh <rleigh@debian.org> | 2012-05-23 23:09:18 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2012-05-23 23:45:40 +0100 |
commit | d921792ac9318389f42392a7ed1e09e779d5d247 (patch) | |
tree | 78b03857050da92978055cc2f439772d0c940135 /debian | |
parent | 297ef6ce0370bb5d67f0956b399019ccba800960 (diff) | |
download | schroot-d921792ac9318389f42392a7ed1e09e779d5d247.tar.gz |
debian: Document dchroot use of /bin/sh
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1587d923..b497654f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ schroot (1.5.3-1) UNRELEASED; urgency=low * New upstream development release. + * dchroot: + - Always use "/bin/sh -c" to run the specified command, rather than + the user's shell, in order to ensure consistent behaviour. -- Roger Leigh <rleigh@debian.org> Sun, 20 May 2012 10:29:28 +0100 |