fix need for only single argument to gpg_sphere
authorJameson Rollins <jrollins@finestructure.net>
Mon, 4 Oct 2010 04:37:29 +0000 (00:37 -0400)
committerJameson Rollins <jrollins@finestructure.net>
Mon, 4 Oct 2010 04:37:29 +0000 (00:37 -0400)
commit90166e0bb8e4ebc1c1174d9bc2021c604b7a1bd7
treef5368fc4429334891e1d3dcd849be62439b205d7
parent96dcef5bcdbb90745f2595f5734b9a7d3742878f
fix need for only single argument to gpg_sphere

The use of $* instead of $@ in the call to su_monkeysphere_user is
what we want to not split the input to the bash subcalls into separate
words.
Changelog
src/monkeysphere-authentication
src/share/common