From ecd695ebfe5fbc26fc14b7735c134d1dbf574d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Thu, 5 Mar 1998 23:36:29 +0100 Subject: [PATCH] Fixed bug. Rev: src/modules/_Crypto/.build_lobotomized_crypto:1.5 --- src/modules/_Crypto/.build_lobotomized_crypto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/_Crypto/.build_lobotomized_crypto b/src/modules/_Crypto/.build_lobotomized_crypto index 9e06af93c4..814652d0dc 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 -- GitLab