Fix a typo that caused cp to fail.

Submitted by: Ayumu Kato <akato@rc5.so-net.ne.jp>
This commit is contained in:
Akinori MUSHA 2003-02-01 10:36:05 +00:00
parent 904b489974
commit ebc34f6227
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74416

View File

@ -21,7 +21,7 @@ case $2 in
if [ -f $f$sfx ]; then
touch $f$sfx
else
cp $f $fsfx
cp $f $f$sfx
fi
done
;;