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. #