summaryrefslogtreecommitdiffstats
path: root/lib/opkg.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-06 22:57:17 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-06 23:00:16 (EST)
commit4116c55d265db83132da08ec870f53801a7247a6 (patch)
tree77081d7f7a2ff8443e71779d4869ac38eed6b9a3 /lib/opkg.sh
parentf7b7d6bbc998a305200a61c0108227acab0d7bef (diff)
lib/*.sh: Drop include guards
Diffstat (limited to 'lib/opkg.sh')
-rw-r--r--lib/opkg.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/opkg.sh b/lib/opkg.sh
index 2b942d3..59a1a19 100644
--- a/lib/opkg.sh
+++ b/lib/opkg.sh
@@ -18,9 +18,6 @@
# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
-[ "x${_OPKG_SM+set}" = 'xset' ] && return 0
-_OPKG_SM=1
-
use session
opkg_install_all()