15 lines
316 B
Text
15 lines
316 B
Text
--- DSS_MakeRoot.orig 2007-11-16 14:18:07.000000000 +0900
|
|
+++ DSS_MakeRoot 2008-06-01 14:45:36.000000000 +0900
|
|
@@ -5,10 +5,10 @@
|
|
# source release
|
|
|
|
DSS=0
|
|
-if [ $1 = "-f" ]; then
|
|
+if [ x"$1" = x"-f" ]; then
|
|
FLATTEN=1
|
|
INSTALLROOT=$2
|
|
- if [ $3 = "dss" ]; then
|
|
+ if [ x"$3" = x"dss" ]; then
|
|
DSS=1
|
|
fi
|
|
else
|