No description
Find a file
Serge E. Hallyn cbeaecbef5 sxmo_modemdial.sh: quiet the grep
When I try to dial a call from 'more contacts', I get

Attempting to dial: +19362396134
Starting call with CALLID: 0
error: invalid call string specified: 'More contacts
0'

This is because dialmenu() is getting an extra 'More contacts'
prepended to the callid it returns on stdout.  Make the grep
which is causing that quiet using -q.

I'm not sure why this isn't hitting everyone else.

Signed-off-by: Serge Hallyn <serge@hallyn.com>
Signed-off-by: Anjandev Momi <anjan@momi.ca>
2020-11-02 22:24:37 -05:00
configs fixed renamed alsa controls 2020-10-28 23:57:02 -04:00
programs complete revision of gestures, using new edge system 2020-10-31 13:53:46 +01:00
scripts sxmo_modemdial.sh: quiet the grep 2020-11-02 22:24:37 -05:00
.build.yml Add automatic shellchecks with CI 2020-10-30 12:56:04 -04:00
.gitignore Initial commit 2020-03-15 18:42:35 -05:00
LICENSE Add license 2020-06-19 18:02:09 -05:00
Makefile Add sxmo_vibratepine to programs list for Makefile 2020-09-15 19:37:33 -05:00
README.md Added button for build status 2020-10-30 13:01:15 -04:00

sxmo-utils

builds.sr.ht status

This repository contains scripts and C programs to support Sxmo.

Note all scripts pass shellcheck and are tab-idented.