diff --git a/src/modules/_Crypto/.build_lobotomized_crypto b/src/modules/_Crypto/.build_lobotomized_crypto index 9e06af93c4882663f5cebdacaaee3b5594fe25e7..814652d0dc67a15b490f1dcc5a97b62e7cc7c6cf 100755 --- a/src/modules/_Crypto/.build_lobotomized_crypto +++ b/src/modules/_Crypto/.build_lobotomized_crypto @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # .build_lobotomized_crypto @@ -15,7 +15,7 @@ mkdir -p ../_Lobotomized_Crypto/lib # # 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 : else