From 68f7c03823e438fdf614a8c2336f3e4dc42a76fb Mon Sep 17 00:00:00 2001 From: Tom Scavo Date: Sat, 4 Feb 2017 12:22:19 -0500 Subject: [PATCH] Allow library file to be re-sourced --- lib/compatible_mktemp.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/compatible_mktemp.sh b/lib/compatible_mktemp.sh index 630fcae..431ad42 100755 --- a/lib/compatible_mktemp.sh +++ b/lib/compatible_mktemp.sh @@ -1,7 +1,7 @@ #!/bin/bash ####################################################################### -# Copyright 2013--2016 Internet2 +# Copyright 2013--2017 Internet2 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,11 +16,6 @@ # limitations under the License. ####################################################################### -# has this file already been sourced? -if [ "$(type -t make_temp_file)" = function ]; then - return 0 -fi - ####################################################################### # A simple compatibility wrapper around the mktemp command. #