13 lines
438 B
Text
13 lines
438 B
Text
$NetBSD: patch-cb,v 1.1 2006/10/11 18:44:25 rillig Exp $
|
|
|
|
--- buildtools/installosf.orig 2002-01-29 05:03:15.000000000 +0100
|
|
+++ buildtools/installosf 2006-10-11 20:41:35.000000000 +0200
|
|
@@ -17,7 +17,7 @@ while [ $# -gt 0 ]; do
|
|
elif [ "$1" = "-m" ]; then
|
|
shift
|
|
PERMISSIONS=$1
|
|
- elif [ ${SOURCE_FILE}x == x ]; then
|
|
+ elif [ ${SOURCE_FILE}x = x ]; then
|
|
SOURCE_FILE=$1
|
|
else
|
|
TARGET_DIR=$1
|