From 0ea04980e327efaf315a58408d926b674b55cb32 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 17 Nov 2020 14:00:21 -0600 Subject: Fix printenv -0 (broken by the lib/args.c 0 prefix change). --- toys/other/printenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other') diff --git a/toys/other/printenv.c b/toys/other/printenv.c index 431bf1de..41cd0bd8 100644 --- a/toys/other/printenv.c +++ b/toys/other/printenv.c @@ -2,7 +2,7 @@ * * Copyright 2012 Georgi Chorbadzhiyski -USE_PRINTENV(NEWTOY(printenv, "0(null)", TOYFLAG_BIN)) +USE_PRINTENV(NEWTOY(printenv, "(null)0", TOYFLAG_BIN)) config PRINTENV bool "printenv" -- cgit v1.2.3