diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-10 12:43:20 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-10 12:43:20 +0000 |
commit | 7f70c4c3113d66a859f9ac037f5c093537adb254 (patch) | |
tree | 1520f382e82e5afe45e51df1a9c59680841478ae /update_kernel | |
parent | 2eb97ed0d2d6c324ee0fa4365d8e39dbc792d767 (diff) | |
download | drakx-7f70c4c3113d66a859f9ac037f5c093537adb254.tar drakx-7f70c4c3113d66a859f9ac037f5c093537adb254.tar.gz drakx-7f70c4c3113d66a859f9ac037f5c093537adb254.tar.bz2 drakx-7f70c4c3113d66a859f9ac037f5c093537adb254.tar.xz drakx-7f70c4c3113d66a859f9ac037f5c093537adb254.zip |
mar no more stops on file-not-founds
Diffstat (limited to 'update_kernel')
-rwxr-xr-x | update_kernel | 2 |
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 $* } |