summaryrefslogtreecommitdiffstats
path: root/scripts/inspect.in
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-15 18:02:40 +0000
committerJean Delvare <khali@linux-fr.org>2005-09-15 18:02:40 +0000
commit2eed6a6601f65e86980aa007cdda08021c42d278 (patch)
tree8e3416cd614997739af6058a7e0434d6d43275f8 /scripts/inspect.in
parent836447cea8f4ab389092ce8d6c6eaf265afd3adb (diff)
downloadquilt-2eed6a6601f65e86980aa007cdda08021c42d278.tar.gz
- Omitting the search directory in "find" is not portable; add an explicit
"." (Gary V. Vaughan, John Vandenberg).
Diffstat (limited to 'scripts/inspect.in')
-rw-r--r--scripts/inspect.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/inspect.in b/scripts/inspect.in
index 14c4d81..7ad2b7a 100644
--- a/scripts/inspect.in
+++ b/scripts/inspect.in
@@ -130,7 +130,7 @@ cat <<-'EOF' > $tmpdir/bin/wrapper
if ! [ -e $tmpdir/more-md5sums ]
then
( cd $RPM_BUILD_DIR
- find -type f \
+ find . -type f \
| sed -e 's:^.\/::' \
| xargs md5sum \
) > $tmpdir/more-md5sums