Mercurial > pidgin
view pixmaps/login_icon.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 | 2846a03bda67 |
children |
line wrap: on
line source
/* XPM */ static char * login_icon_xpm[] = { /* width height num_colors chars_per_pixel */ "12 12 14 1", /* colors */ " c None", ". c #ccccff", "X c #6699cc", "o c #336699", "O c #000099", "+ c #000066", "@ c #cccccc", "# c black", "$ c #999966", "% c #ffff66", "& c #cccc99", "* c #996666", "= c #999999", "- c #666699", /* pixels */ " .XoO", " OO+O+OOX.@+", " O#$%$#O .&+", " +#%%%#+ .@O", " O#$%*#O .&O", " O%%%%%O =@O", " +%%%%%+ #-+", " O$%%%$O $@O", " +#%%%#+ .&+", " O#%%%#O .@O", "OOO+O+OOX.&+", " XoO"};