]> git.plutz.net Git - confetti/blobdiff - actions/export_vcard.sh
generate name field from available information
[confetti] / actions / export_vcard.sh
index 4c7841130084c3481a93949147973effc07b7e38..d6ea2937304bb0ffeae647358546a309db429d56 100755 (executable)
@@ -18,5 +18,5 @@
 # along with Confetti.  If not, see <http://www.gnu.org/licenses/>. 
 
 echo -n "Content-Type: text/vcard;charset=utf-8\n\n"
-card="$_GET[\"card\"]"
+card="${_GET[card]}"
 cat "$_DATA/vcard/$card"