Fix a typo that caused cp to fail.
Submitted by: Ayumu Kato <akato@rc5.so-net.ne.jp>
This commit is contained in:
parent
904b489974
commit
ebc34f6227
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74416
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user