projects
/
scripts
/
scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8727fb3
)
bugfix
author
hackbard
<hackbard>
Wed, 10 Sep 2003 13:54:48 +0000
(13:54 +0000)
committer
hackbard
<hackbard>
Wed, 10 Sep 2003 13:54:48 +0000
(13:54 +0000)
backup.sh
patch
|
blob
|
history
diff --git
a/backup.sh
b/backup.sh
index 857dcae175a83ec24cd011f8642fe002391fd302..a1a0f1a1dacebbeb3a337b6be30c13d03e19ce4f 100755
(executable)
--- a/
backup.sh
+++ b/
backup.sh
@@
-77,9
+77,9
@@
echo "config stuff:"
mkdir ./${host}-conf && cd ./${host}-conf
for i in $kernel_num; do
- if [ -f /usr/src/linux-${i}
*
/.config ] ; then
+ if [ -f /usr/src/linux-${i}/.config ] ; then
echo "copying /usr/src/linux/.config"
- cp /usr/src/linux-${i}
*
/.config ./$host-kernel-${i}-config
+ cp /usr/src/linux-${i}/.config ./$host-kernel-${i}-config
fi
done