Skip to content

Commit 2320676

Browse files
committed
Simplify
1 parent 3f9aab7 commit 2320676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ cmake -DMOLD_USE_MOLD=1 .
213213
cmake --build . -j\$(nproc)
214214
ctest --output-on-failure -j\$(nproc)
215215
cmake --install . --prefix $dest --strip
216-
find $dest -print | xargs touch --no-dereference --date='@$timestamp'
216+
find $dest -print | xargs touch --no-dereference --date=@$timestamp
217217
find $dest -print | sort | tar -cf - --no-recursion --files-from=- | gzip -9nc > /dist/$dest.tar.gz
218218
cp mold /dist
219219
sha256sum /dist/$dest.tar.gz

0 commit comments

Comments
 (0)