Changeset 9891939276a25c0e41b988ccd23e8b35de91e83c
- Timestamp:
- 21/12/06 19:05:54
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1166724354 +0000
- git-parent:
[c9958ed21646465252d2d196e24beac4d1e91d02]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1166724354 +0000
- Message:
Escape antislash in CONFIGURE_LINE properly (I hope you like antislashes).
As far as I checked (sed guru required).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb2009ae |
r9891939 |
|
| 7 | 7 | VERSION_EXTRA="svn" |
|---|
| 8 | 8 | |
|---|
| 9 | | CONFIGURE_LINE="$0 $ac_configure_args" |
|---|
| | 9 | CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`" |
|---|
| 10 | 10 | CODENAME="Grishenko" |
|---|
| 11 | 11 | |
|---|