aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2020-09-12 10:52:39 +0100
committerTomasz Kramkowski <tk@the-tk.com>2020-09-12 10:52:39 +0100
commit33c4e08c9e65ebde757324fbb95ef93419b585b9 (patch)
tree070dde7ad7ecd8d576d95d1f95c0ba04ab7475cd
parent69d739059816797ee95602c86c40ada4ac522967 (diff)
downloadpack-33c4e08c9e65ebde757324fbb95ef93419b585b9.tar.gz
pack-33c4e08c9e65ebde757324fbb95ef93419b585b9.tar.xz
pack-33c4e08c9e65ebde757324fbb95ef93419b585b9.zip
test.do: Sort dependencies alphabetically
-rw-r--r--test.do2
1 files changed, 1 insertions, 1 deletions
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