diff options
author | Paul Smith <psmith@gnu.org> | 2000-03-27 06:54:37 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-03-27 06:54:37 +0000 |
commit | c637af71d9398a269c467a132109e0ef853806d4 (patch) | |
tree | 5981c27036a67881d36b24f86f041178c601db6d /tests/scripts/features/reinvoke | |
parent | a81013175c2b335c295378b0c826bdbede9fd0c4 (diff) | |
download | gunmake-c637af71d9398a269c467a132109e0ef853806d4.tar.gz |
* A large number of fixes/enhancements. See the ChangeLog.
* Added a new version of the German translation file.
Diffstat (limited to 'tests/scripts/features/reinvoke')
-rw-r--r-- | tests/scripts/features/reinvoke | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/scripts/features/reinvoke b/tests/scripts/features/reinvoke index 713580c..dacfd33 100644 --- a/tests/scripts/features/reinvoke +++ b/tests/scripts/features/reinvoke @@ -65,7 +65,8 @@ EOM close(MAKEFILE); -&touch('a','b'); +&touch('b'); +&touch('a'); sleep(2); &touch('c'); |