Skip to content
Snippets Groups Projects
Commit ecd695eb authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug.

Rev: src/modules/_Crypto/.build_lobotomized_crypto:1.5
parent 63012af4
No related branches found
No related tags found
No related merge requests found
#! /bin/sh #!/bin/sh
# .build_lobotomized_crypto # .build_lobotomized_crypto
...@@ -15,7 +15,7 @@ mkdir -p ../_Lobotomized_Crypto/lib ...@@ -15,7 +15,7 @@ mkdir -p ../_Lobotomized_Crypto/lib
# #
# This way we avoid re-building things which have not changed. # This way we avoid re-building things which have not changed.
# #
function smartcopy() { smartcopy() {
if test -f "$1" -a -f "$2" && cmp "$1" "$2" 1>/dev/null 2>/dev/null; then if test -f "$1" -a -f "$2" && cmp "$1" "$2" 1>/dev/null 2>/dev/null; then
: :
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment