Instead of:
qrencode -o $NAME $STRING
Write:
qrencode -o "$NAME" "$STRING"

Reply via email to