From 925225d96e76087af2e9cce60f389c5dc560a8f5 Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Sat, 4 Sep 2010 23:39:06 +0200 Subject: removed mktemp call options because of a compatibility issue with BSD mktemp util --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index e1ae511..854aeb6 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ include_file() { f=`echo -n $2 | sed 's/\//\\\\\//g'` - tmp=`mktemp --suffix "-fugitive"` + tmp=`mktemp` cat "$2" | gzip | base64 > "$tmp" cat "$1" | sed "/#INCLUDE:$f#/ { r $tmp -- cgit v1.2.3