mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 01:56:39 +00:00
Use specific versions of assert.sh and stub.sh
This commit is contained in:
4
Makefile
4
Makefile
@@ -10,14 +10,14 @@ prepare-assert.sh:
|
|||||||
test -f "test/assert.sh" || ( \
|
test -f "test/assert.sh" || ( \
|
||||||
echo "fetching assert.sh..." && \
|
echo "fetching assert.sh..." && \
|
||||||
curl -s -L -o test/assert.sh \
|
curl -s -L -o test/assert.sh \
|
||||||
https://raw.github.com/lehmannro/assert.sh/master/assert.sh \
|
https://raw.github.com/lehmannro/assert.sh/v1.0.2/assert.sh \
|
||||||
)
|
)
|
||||||
|
|
||||||
prepare-stub.sh:
|
prepare-stub.sh:
|
||||||
test -f "test/stub.sh" || ( \
|
test -f "test/stub.sh" || ( \
|
||||||
echo "fetching stub.sh..." && \
|
echo "fetching stub.sh..." && \
|
||||||
curl -s -L -o test/stub.sh \
|
curl -s -L -o test/stub.sh \
|
||||||
https://raw.github.com/jimeh/stub.sh/master/stub.sh \
|
https://raw.github.com/jimeh/stub.sh/v0.2.0/stub.sh \
|
||||||
)
|
)
|
||||||
|
|
||||||
.SILENT:
|
.SILENT:
|
||||||
|
|||||||
Reference in New Issue
Block a user