Mercurial > pidgin
view pixmaps/speaker.xpm @ 2452:824e1afefdd3
[gaim-migrate @ 2465]
Jim Knoble says:
$ prefix=/usr
$ exec_prefix='${prefix}'
$ bindir='${exec_prefix}/bin'
$ echo "--- bindir is ${bindir}"
--- bindir is ${exec_prefix}/bin
$ eval echo "--- bindir is ${bindir}"
--- bindir is ${prefix}/bin
$ eval eval echo "--- bindir is ${bindir}"
^^^^^^^^^^^
--- bindir is /usr/bin
^^^^^^^^^^
$
Be sure to comment that so that no one tries using any weird quotes or
shell metacharacters there.
Stupid shells. Where's the fvcking recursive expansion operator?
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 08 Oct 2001 20:37:32 +0000 |
parents | b4071be71eb4 |
children |
line wrap: on
line source
/* XPM */ static char * speaker_xpm[] = { "17 13 17 1", " c None", ". c #000000", "+ c #9E9A8C", "@ c #B8B4A6", "# c #9B988A", "$ c #CFCCC4", "% c #E4E2DE", "& c #D1CFC7", "* c #C5C2B7", "= c #DEDCD7", "- c #D7D5CF", "; c #C5C1B7", "> c #B0AC9C", ", c #BFBBAF", "' c #79766C", ") c #8D8A7D", "! c #7E7B70", " . ", " .. . ", " .+. . ", " ... .+@. . . ", " .##.+$%. . . ", " .&*.=-;.. . . ", " .>>.@@,.. . . ", " .##.+>>.. . . ", " .''.+++. . . ", " ... .)+. . . ", " .!. . ", " .. . ", " . "};