testing sed

This commit is contained in:
2015-07-10 09:48:32 +03:00
parent 070829b8d0
commit ffad7df9a3

View File

@@ -179,7 +179,7 @@ if [ "$ACTION" == "changepw" ]; then
sed -i "/$LEAD/,/$TAIL/{ /$LEAD/{p; r $NOTESTMP
}; /$TAIL/p; d }" $NOTES
rm $NOTESTMP
#rm $NOTESTMP
fi
fi # /changepw