From 24f347fd0cd91dc2198e8b6c56fb4c7a1c08df2d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 22 Mar 2019 14:39:02 -0700 Subject: --upgrade-from= should not require a compatibility module of that exact name to exist, especially for Nomsu upgrades --- lib/tools/upgrade.nom | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/tools/upgrade.nom b/lib/tools/upgrade.nom index ae8c639..65e9e68 100755 --- a/lib/tools/upgrade.nom +++ b/lib/tools/upgrade.nom @@ -19,8 +19,6 @@ command line program with $args: if $start_version: try: use $start_version - ..if it fails: - fail "Could not find upgrade rules for \$start_version" $version = ($args."upgrade-to" or $(NOMSU VERSION)) $test = ($args.t or $args.test) for $filename in $args.extras: @@ -46,4 +44,4 @@ command line program with $args: say (bright "\$filename will be changed") else: - say $text inline \ No newline at end of file + say $text inline -- cgit v1.2.3