From 3548a44db1df9a8f2312cd1a5323464dada6f6c2 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 25 Jun 2020 20:23:02 -0400 Subject: session_begin(): Drop atexit parameter --- (limited to 'src/opkg.sh') diff --git a/src/opkg.sh b/src/opkg.sh index 9b5af55..d801309 100644 --- a/src/opkg.sh +++ b/src/opkg.sh @@ -24,7 +24,7 @@ opkg_install_all() shift 1 local es= - session_begin "${root}" . : true + session_begin "${root}" . true es=0 session_exec /bin/sh -c \ 'opkg install $(opkg list-installed | cut -d " " -f 1)' || \ -- cgit v0.9.1