diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-29 20:47:38 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-29 20:47:38 +0000 |
commit | 66830c5900628acee42adaa34785d8965983c61d (patch) | |
tree | 0c3e6442ac88e002fc64d56ff2ef93c5f0e3b5b9 | |
parent | 84266d166ed4f9c247d676a613f746a0d29ef4c0 (diff) | |
download | xine-lib-66830c5900628acee42adaa34785d8965983c61d.tar.gz xine-lib-66830c5900628acee42adaa34785d8965983c61d.tar.bz2 |
this should finally be correct now
(it should reconstruct the whole tree after the check)
CVS patchset: 5636
CVS date: 2003/10/29 20:47:38
-rwxr-xr-x | misc/relchk.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/relchk.sh.in b/misc/relchk.sh.in index 78c592f0b..242a97486 100755 --- a/misc/relchk.sh.in +++ b/misc/relchk.sh.in @@ -52,6 +52,7 @@ main() { rm -rf $distdir rm -f $distdir.tar.gz ./config.status --recheck + ./config.status echo " * Log is ${log##*/}" echo " * Error log is ${logerror##*/}" |