From 79a528735ee198ac880b65d946cfde9181872b44 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 20 Aug 2018 20:52:34 -0400 Subject: Drop vestiges of SIZECMD SIZECMD was replaced in 1af766987f with a POSIX solution, and this token is no longer used/needed. --- scripts/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/Makefile.am b/scripts/Makefile.am index f83e16c0..462962e1 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -161,7 +161,6 @@ edit = sed \ -e "s|@INODECMD[@]|$(INODECMD)|g" \ -e "s|@OWNERCMD[@]|$(OWNERCMD)|g" \ -e "s|@MODECMD[@]|$(MODECMD)|g" \ - -e 's|@SIZECMD[@]|$(SIZECMD)|g' \ -e 's|@SEDINPLACEFLAGS[@]|$(SEDINPLACEFLAGS)|g' \ -e 's|@SEDPATH[@]|$(SEDPATH)|g' \ -e 's|@DUFLAGS[@]|$(DUFLAGS)|g' \ -- cgit v1.2.3-54-g00ecf