CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1401 -
(hide annotations)
Wed Nov 11 12:16:49 2009 UTC (3 years, 6 months ago) by gesp
File size: 413 byte(s)
Wed Nov 11 12:16:49 2009 UTC (3 years, 6 months ago) by gesp
File size: 413 byte(s)
xterm: autoupdate to 251-1
| 1 | gesp | 1401 | Fix a stupid bashism |
| 2 | --- configure.orig 2006-05-02 02:01:12.637169936 +0200 | ||
| 3 | +++ configure 2006-05-02 02:01:30.861399432 +0200 | ||
| 4 | @@ -5217,7 +5217,7 @@ if test "${with_app_defaults+set}" = set | ||
| 5 | withval="$with_app_defaults" | ||
| 6 | |||
| 7 | else | ||
| 8 | - withval="${appsdir-'\$(exec_prefix)/lib/X11/app-defaults'}" | ||
| 9 | + withval="${appsdir-'\$\(exec_prefix\)/lib/X11/app-defaults'}" | ||
| 10 | fi; | ||
| 11 | case ".$withval" in #(vi | ||
| 12 | .\$\(*\)*|.\'*\'*) #(vi |