Projects

Ticket #16: patch-DSS_MakeRoot

File patch-DSS_MakeRoot, 300 bytes (added by jason@…, 4 years ago)
Line 
1$OpenBSD$
2--- DSS_MakeRoot.orig   Fri Nov 16 06:18:07 2007
3+++ DSS_MakeRoot        Fri Jun  6 21:41:35 2008
4@@ -5,10 +5,10 @@
5 # source release
6 
7 DSS=0
8-if [ $1 = "-f" ]; then
9+if [ "$1" = "-f" ]; then
10        FLATTEN=1
11        INSTALLROOT=$2
12-       if [ $3 = "dss" ]; then
13+       if [ "$3" = "dss" ]; then
14            DSS=1
15        fi
16 else