From d8086bc88823d76c4b2c0d1057c7972972eaa393 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 22 Jul 2016 13:27:48 -0600 Subject: [PATCH] typo .. we need to extract the tarball after the flush, not create! --- cleanup-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanup-script.sh b/cleanup-script.sh index 91c5ae37..13a048c3 100755 --- a/cleanup-script.sh +++ b/cleanup-script.sh @@ -253,7 +253,7 @@ else ${echo} "x - failed to remove lock directory ${lock_dir}." exit 1 fi -tar cf $tmpfile doc/tar.1 doc/rmt.8 +tar xf $tmpfile doc/tar.1 doc/rmt.8 git add doc/Makefile doc/Makefile.in doc/README doc/tar.1 doc/rmt.8 exit 0 -- 2.30.2