From 33c4e08c9e65ebde757324fbb95ef93419b585b9 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sat, 12 Sep 2020 10:52:39 +0100 Subject: test.do: Sort dependencies alphabetically --- test.do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.do') diff --git a/test.do b/test.do index f599d5f..158390a 100644 --- a/test.do +++ b/test.do @@ -1,3 +1,3 @@ #!/bin/bash -deps=(test.o common.o pack.o unpack.o trace.o) +deps=(common.o pack.o test.o trace.o unpack.o) . ./link -- cgit v1.2.3-54-g00ecf