summaryrefslogtreecommitdiffstats
path: root/clerk
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-09-04 04:36:48 +0200
committerRasmus Steinke <rasi@xssn.at>2015-09-04 04:36:48 +0200
commit6b1321b9d026fe8cb31a1b93c8791216547bb338 (patch)
tree8edfaa70bbf85b08091f846347dcd5f5a2c30383 /clerk
parent413b30e3dcaccfd278507b7d5176437c43017abf (diff)
downloadperl-app-clerk-6b1321b9d026fe8cb31a1b93c8791216547bb338.tar.gz
perl-app-clerk-6b1321b9d026fe8cb31a1b93c8791216547bb338.tar.xz
return_to is not a function, so dont call it
Diffstat (limited to 'clerk')
-rwxr-xr-xclerk4
1 files changed, 2 insertions, 2 deletions
diff --git a/clerk b/clerk
index bf8b973..c0d5533 100755
--- a/clerk
+++ b/clerk
@@ -1055,7 +1055,7 @@ ${line2}</span>"
unset artist
browseLibPrompt
elif [[ "$TRACK" == "" ]]; then
- $(echo $(return_to))
+ $(echo ${return_to})
else
mpc clear;
mpc findadd date "$date" album "$album" albumartist "$artist";
@@ -1098,7 +1098,7 @@ ${line2}</span>"
elif [[ $val -eq 1 ]]; then
exit
fi
- $(echo $(return_to))
+ $(echo ${return_to})
fi
}