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 b2b7d2b..cdcf430 100755
--- a/src/simplaret
+++ b/src/simplaret
@@ -371,7 +371,7 @@ function simplaret_get_patches {
echo fetching patches for arch $ARCH and version $VERSION...
- # check for the downloaded patches
+ # check for downloaded patches
for patch in `ls $PATCHES_DIR/$ARCH/$VERSION/*tgz 2> /dev/null`; do
file="`find $STORAGE/$ARCH/$VERSION/ -name $patch 2> /dev/null`"
if [ ! -f "$file" ]; then