summaryrefslogtreecommitdiffstats
path: root/usr.bin/shar
diff options
context:
space:
mode:
authorremko <remko@FreeBSD.org>2008-06-17 18:56:04 +0000
committerremko <remko@FreeBSD.org>2008-06-17 18:56:04 +0000
commit079461efe65637988b11fea1787c4a6f6a2394fb (patch)
tree27c0d7ebc3ef7933f2b13863dfc30f3730c1fd32 /usr.bin/shar
parent9e714aa90161eefeb85ef40e4bb2188af5e856fc (diff)
downloadFreeBSD-src-079461efe65637988b11fea1787c4a6f6a2394fb.zip
FreeBSD-src-079461efe65637988b11fea1787c4a6f6a2394fb.tar.gz
Remove superfluous eofmarker.
Requested by: Jaakko Heinonen Discussed with: Jaakko, edwin Approved by: imp (mentor, implicit)
Diffstat (limited to 'usr.bin/shar')
-rw-r--r--usr.bin/shar/shar.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/shar/shar.sh b/usr.bin/shar/shar.sh
index 6db7eda..154c650 100644
--- a/usr.bin/shar/shar.sh
+++ b/usr.bin/shar/shar.sh
@@ -72,7 +72,6 @@ do
echo "mkdir -p $i > /dev/null 2>&1"
else
md5sum=`echo -n $i | md5`
- eofmarker="END-of-$md5sum"
echo "echo x - $i"
echo "sed 's/^X//' >$i << '$md5sum'"
sed 's/^/X/' $i || exit
OpenPOWER on IntegriCloud