replstr may not be empty

Caused cuz
cat ~/Desktop/1.req | xargs -I {} echo {}

fixed cuz :D
cat ~/Desktop/1.req | xargs -I {1} echo {1}