aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xytfzf4
1 files changed, 2 insertions, 2 deletions
diff --git a/ytfzf b/ytfzf
index 93ba044..1efc024 100755
--- a/ytfzf
+++ b/ytfzf
@@ -348,8 +348,8 @@ user_selection () {
done<<EOF
$shorturls
EOF
- urls="$(printf "$urls" | sed 1d )"
- selected_data="$(echo "$selected_data" | sed 1d )"
+ urls="$( printf "$urls" | sed 1d )"
+ selected_data="$( printf "$selected_data" | sed 1d )"
if [ $show_link_only -eq 1 ] ; then
echo "$urls"
Un proyecto texto-plano.xyz