From 5a5bde949d7cb4273eaf40a9015ff76025a89ed9 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sat, 20 Apr 1991 22:45:36 +0000 Subject: [PATCH] Fixed the -to switch. --- tools/updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/updates b/tools/updates index 8e569f148..a73bc665d 100755 --- a/tools/updates +++ b/tools/updates @@ -14,7 +14,7 @@ while ($#argv > 0) shift breaksw case "-to": - set from = $argv[2] + set to = $argv[2] shift breaksw default: -- GitLab