DEADSOFTWARE

synced with 1.7
[bbcp.git] / BlackBox / switch-target
index fe0d785c67f13e57ef4c7256a3047f0974d97358..92fbc9cb1d418dd43801f86940a08c2cff904fec 100755 (executable)
@@ -41,7 +41,7 @@ dolinks () {
                while read l; do
                        ln -s $l
                done
-
+               mklinks "${line}" 2 ..
                mklinks "${line}" 3 ../..
                mklinks "${line}" 4 ../../..
        done
@@ -59,6 +59,7 @@ elif [ $# -eq 2 ]; then
        dolinks "${1}" "${2}"
 else
        echo "usage: `basename $0` ( none | OS [ configuration ] )"
-       echo "  OS: Linux | OpenBSD | FreeBSD"
+       echo "  OS: Linux | OpenBSD | FreeBSD | Windows"
+       echo "  configuration: GUI | Interp"
        exit 1
 fi