Fix sedi typo

This commit is contained in:
dogeystamp 2021-10-02 11:39:16 -04:00
parent 28e5efd00e
commit 8bc8845fee
No known key found for this signature in database
GPG Key ID: 4C53B0126F579F36

View File

@ -12,7 +12,7 @@ FNAME=$(mktemp)
if [ -e $1 ]
then
cp $1 $fname
cp $1 $FNAME
fi
$EDITOR $FNAME
@ -28,7 +28,7 @@ fi
if [ -n "$DIFF" ]
then
doas cp $FNAME $1
doas cp $FNAME $1
fi
rm $FNAME