From 0acd18f9895c3575204ce18b27df2682a9359ec6 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 3 Dec 2019 18:50:52 +0530 Subject: Minor plugin fixes --- plugins/renamer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/renamer') diff --git a/plugins/renamer b/plugins/renamer index 5dc8271..8ea2d92 100755 --- a/plugins/renamer +++ b/plugins/renamer @@ -31,7 +31,7 @@ if [ -s "$selection" ]; then fi if [ "$resp" = "y" ]; then - # -o flag is necessary for interative editors + # -o flag is necessary for interactive editors xargs -o -0 $batchrenamesel < "$selection" elif [ ! "$(LC_ALL=C ls -a)" = ". .." ]; then -- cgit v1.2.3-70-g09d2