diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/get.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/get.sh b/include/get.sh index 63380a2e..38096e8c 100644 --- a/include/get.sh +++ b/include/get.sh @@ -215,15 +215,6 @@ try_curl() try_copy() { - if e "$2" f missing - then - # TODO: is this if statement necessary? the following - # x_ cp command would provide the same effective - # error handle, and provide equivalent feedback - - return 1 - fi - ( x_ cp "$2" "$1" ) || return 1; : } |