Skippern / BSB_scripts

Scripts for updating BSB maps in PD
0 stars 0 forks source link

BSB_update fails on mktemp (Mac OS X) #1

Open Skippern opened 10 years ago

Skippern commented 10 years ago

When executing BSB_update on Mac OS X 10.9 Maverick, the script fails on 'mktemp -d'

Do the Mac version of mktemp require path defined?

Skippern commented 10 years ago

adding destination in TMPDIR seemed to help:

TMPDIR=mktemp -d /tmp/BSB_temp

can this be verified in linux?