From b75867a819b897dbfacce8de1da133f8290a87ea Mon Sep 17 00:00:00 2001 From: Ian McMahon Date: Mon, 16 Mar 2015 16:54:32 -0400 Subject: [PATCH] Res #171 Use mktemp for cross-linux compatibility --- baxter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baxter.sh b/baxter.sh index 7087856..f4f7b73 100755 --- a/baxter.sh +++ b/baxter.sh @@ -30,7 +30,7 @@ your_ip="192.168.XXX.XXX" ros_version="indigo" #-----------------------------------------------------------------------------# -tf=$(tempfile) +tf=$(mktemp) trap "rm -f -- '${tf}'" EXIT # If this file specifies an ip address or hostname - unset any previously set