global-functions: drop $Read, use :return directly

This commit is contained in:
Christian Hesse 2019-02-21 00:03:57 +01:00
parent 5f7c727457
commit 04025da9b8
4 changed files with 3 additions and 14 deletions

View file

@ -6,8 +6,6 @@
#
# !! Do not edit this file, it is generated from template!
:global Read;
:local Seen [ :toarray "" ];
:local Shown [ :toarray "" ];
@ -24,7 +22,7 @@
:set Shown ($Shown, $Mac);
:put "\nEnter to skip, numeric id to remove!";
:local Remove [ $Read ];
:local Remove [ :return ];
:if ($Remove != "") do={
:put ("Removing numeric id " . $Remove . "...\n");
/ caps-man access-list remove $Remove;