summaryrefslogtreecommitdiff
path: root/gup/abgabe.gup
diff options
context:
space:
mode:
Diffstat (limited to 'gup/abgabe.gup')
-rw-r--r--gup/abgabe.gup2
1 files changed, 1 insertions, 1 deletions
diff --git a/gup/abgabe.gup b/gup/abgabe.gup
index e5fadd4..b1510c2 100644
--- a/gup/abgabe.gup
+++ b/gup/abgabe.gup
@@ -4,7 +4,7 @@ dir=$(dirname $2)
4manifest=${dir}/manifest 4manifest=${dir}/manifest
5 5
6deps() { 6deps() {
7 awk -v "base=${dir}" '{ print base "/" $0; }' $manifest 7 sort -u $manifest | awk -v "base=${dir}" '{ print base "/" $0; }'
8} 8}
9 9
10gup --update $manifest 10gup --update $manifest