aboutsummaryrefslogtreecommitdiff
path: root/src/simplaret
diff options
context:
space:
mode:
Diffstat (limited to 'src/simplaret')
-rwxr-xr-xsrc/simplaret2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplaret b/src/simplaret
index 1c32166..ae738f2 100755
--- a/src/simplaret
+++ b/src/simplaret
@@ -439,7 +439,7 @@ function simplaret_search_and_download_patch {
local package_version package_build
# get just the file name
- candidate="`basename $(echo $candidate | cut -d , -f 1)`"
+ candidate="`echo $candidate | cut -d , -f 1`"
# now split the file name into pieces
package_version="`package_version $candidate`"