fix: allow spaces in argument values when executing CLI from local_cli.sh

This commit is contained in:
tfuxu 2022-12-18 15:55:13 +01:00
parent d9f63e93f8
commit 6872919505
No known key found for this signature in database
GPG key ID: 79CFC3B9B31C098A

View file

@ -18,4 +18,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
python builddir/gradience/frontend/gradience-cli $@
python builddir/gradience/frontend/gradience-cli "$@"