Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
b=16487
[fs/lustre-release.git]
/
build
/
suse-trigger-script.sh.in
1
old_shopt=$(shopt -p nullglob || :)
2
shopt -s nullglob
3
for script in /lib/modules/scripts/* ; do
4
if [ -f "$script" -a -x "$script" ] \
5
&& ! "$script" --@when@ %ver_str $1 ; then
6
echo "$script failed."
7
fi
8
done
9
eval $old_shopt