From 73ab360ce50083d2f0c0e3e63c20cecb2e78824e Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Mon, 17 Mar 2014 17:12:29 +0100 Subject: [PATCH] MacOSX sed requires an additional parameter --- avrdude.build.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avrdude.build.bash b/avrdude.build.bash index 8a1c7ab..48fb591 100755 --- a/avrdude.build.bash +++ b/avrdude.build.bash @@ -59,6 +59,6 @@ then cp ../../avrdude-files/avrdude . if [ `uname -s` == "Darwin" ] then - sed -i 's/LD_LIBRARY_PATH/DYLD_LIBRARY_PATH/g' avrdude + sed -i '' 's/LD_LIBRARY_PATH/DYLD_LIBRARY_PATH/g' avrdude fi fi