summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-09-04 23:39:06 +0200
committerp4bl0 <pablo@rauzy.name>2010-09-04 23:39:06 +0200
commit925225d96e76087af2e9cce60f389c5dc560a8f5 (patch)
tree9086461b9757e6051fb5c32d6ad142f4726ab10b /build.sh
parentc044292f9e1bc38bb4a03c9c7a18173cd8fdd91d (diff)
removed mktemp call options because of a compatibility issue with BSD mktemp util
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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