From fc2cecab8224f4100db6a65b46019af8e7f3ec20 Mon Sep 17 00:00:00 2001 From: levasseur Date: Tue, 21 Sep 2021 14:48:57 +0200 Subject: [PATCH] added bash.rc to the distributed files --- mk_archive.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk_archive.sh b/mk_archive.sh index 03de35c..221405c 100755 --- a/mk_archive.sh +++ b/mk_archive.sh @@ -29,7 +29,8 @@ echo echo "***" echo "*** Copying files..." echo "***" -cp -av conf doc init.sh lib LICENSE mk_archive.sh modules README.* repo $TMPDIR +cp -av bash.rc conf doc init.sh lib LICENSE mk_archive.sh modules README.* \ + repo $TMPDIR cd $(dirname $TMPDIR) echo