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 ] if [ -e $1 ]
then then
cp $1 $fname cp $1 $FNAME
fi fi
$EDITOR $FNAME $EDITOR $FNAME
@ -28,7 +28,7 @@ fi
if [ -n "$DIFF" ] if [ -n "$DIFF" ]
then then
doas cp $FNAME $1 doas cp $FNAME $1
fi fi
rm $FNAME rm $FNAME