summaryrefslogtreecommitdiffstats
path: root/update_kernel
diff options
context:
space:
mode:
Diffstat (limited to 'update_kernel')
-rwxr-xr-xupdate_kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_kernel b/update_kernel
index c19223435..7eebcc2a7 100755
--- a/update_kernel
+++ b/update_kernel
@@ -20,7 +20,7 @@ function create_marfile() {
&& echo "WARNING! in $marfile, $k is missing (required by $i)"
done
done
- ../mdk-stage1/mar/mar -c $marfile $(ls $*)
+ ../mdk-stage1/mar/mar -c $marfile $*
}