summaryrefslogtreecommitdiffstats
path: root/update_kernel
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-10 12:43:20 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-10 12:43:20 +0000
commit7f70c4c3113d66a859f9ac037f5c093537adb254 (patch)
tree1520f382e82e5afe45e51df1a9c59680841478ae /update_kernel
parent2eb97ed0d2d6c324ee0fa4365d8e39dbc792d767 (diff)
downloaddrakx-backup-do-not-use-7f70c4c3113d66a859f9ac037f5c093537adb254.tar
drakx-backup-do-not-use-7f70c4c3113d66a859f9ac037f5c093537adb254.tar.gz
drakx-backup-do-not-use-7f70c4c3113d66a859f9ac037f5c093537adb254.tar.bz2
drakx-backup-do-not-use-7f70c4c3113d66a859f9ac037f5c093537adb254.tar.xz
drakx-backup-do-not-use-7f70c4c3113d66a859f9ac037f5c093537adb254.zip
mar no more stops on file-not-founds
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 $*
}