Check-in Number:
|
4352 | |
Date: |
2004-Jan-16 13:11:07 (local)
2004-Jan-16 12:11:07 (UTC) |
User: | rse |
Branch: | |
Comment: |
add more quoting |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/shiela/shiela-install.sh 1.21 -> 1.22
--- shiela-install.sh 2004/01/16 12:09:03 1.21
+++ shiela-install.sh 2004/01/16 12:11:07 1.22
@@ -104,7 +104,7 @@
EOT
for arg; do
- eval `echo $arg | sed -e 's/^\([^=]*\)=\(.*\)$/V_\1="\2"/'`
+ eval `echo "$arg" | sed -e 's/^\([^=]*\)=\(.*\)$/V_\1="\2"/'`
done
query () {
|
|