about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xxlint1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlint b/xlint
index ad51656..1a40720 100755
--- a/xlint
+++ b/xlint
@@ -75,6 +75,7 @@ variables_order() {
 			distfiles=*) curr_index=24;;
 			checksum=*) curr_index=25;;
 			alternatives=*) curr_index=26;;
+			fetch_cmd=*) curr_index=26;;
 			bootstrap=*) continue;;
 			"#"*) continue;;
 			" "*) continue;;