summaryrefslogtreecommitdiffstats
path: root/clerk
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-09-04 04:33:35 +0200
committerRasmus Steinke <rasi@xssn.at>2015-09-04 04:33:35 +0200
commit413b30e3dcaccfd278507b7d5176437c43017abf (patch)
tree9fef29fb856006ec407fe8e007e8ba388b519355 /clerk
parenta608913f0eae6828ccc9a49f0a42bfe38f7c593e (diff)
downloadperl-app-clerk-413b30e3dcaccfd278507b7d5176437c43017abf.tar.gz
perl-app-clerk-413b30e3dcaccfd278507b7d5176437c43017abf.tar.xz
fix return
Diffstat (limited to 'clerk')
-rwxr-xr-xclerk2
1 files changed, 1 insertions, 1 deletions
diff --git a/clerk b/clerk
index a10cfff..bf8b973 100755
--- a/clerk
+++ b/clerk
@@ -1098,7 +1098,7 @@ ${line2}</span>"
elif [[ $val -eq 1 ]]; then
exit
fi
- return_to
+ $(echo $(return_to))
fi
}