scm_boot_guile: Gracefully handle the case where argc == 0.
authorMark H Weaver <mhw@netris.org>
Sat, 11 Oct 2014 02:36:54 +0000 (22:36 -0400)
committerMark H Weaver <mhw@netris.org>
Sat, 11 Oct 2014 03:31:55 +0000 (23:31 -0400)
commitb9ace68613395fda26f3f3d7dc2ac9bc52cd7f2a
tree1e43359da2374d86bed103cf67b5d7518b0862e7
parent6b47249a28c7725714ee0e356d3d4b01dfc96aa2
scm_boot_guile: Gracefully handle the case where argc == 0.

Fixes <http://bugs.gnu.org/18680>.
Reported by Nala Ginrut <nalaginrut@gmail.com>.

* libguile/init.c (scm_boot_guile): Do not canonicalize argv[0] unless
  argc > 0.
* THANKS: Add Nala Ginrut to the fixes section.
THANKS
libguile/init.c