diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1997-09-11 09:30:12 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1997-09-11 09:30:12 +0000 |
commit | e69807f074a9889e8a7243a20b40722a8710b008 (patch) | |
tree | 1189d4e7da72b209fd4b0095002b54c7b2e02ec3 | |
parent | 7cfae7e6ad1bb0b1aa8d6373353e7e2fc802858f (diff) | |
download | guile-e69807f074a9889e8a7243a20b40722a8710b008.tar.gz |
* ltmain.sh: Added a missing '\' before \n on line 32.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ltmain.sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se> + + * ltmain.sh: Added a missing '\' before \n on line 32. + Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com> New libtool: 1.0b. @@ -29,7 +29,7 @@ else # This makes it impossible to quote backslashes using # echo "$something" | sed 's/\\/\\\\/g' # So, we emulate echo with printf '%s\n' - echo='printf %s\n' + echo='printf %s\\n' if test X`$echo '\t'` = 'X\t'; then : else # Oops. We have no working printf. Try to find a not-so-buggy echo. |