12 lines
318 B
Text
12 lines
318 B
Text
$NetBSD: patch-ae,v 1.1 2008/05/14 20:26:53 sborrill Exp $
|
|
|
|
--- buildscripts/build-profile.sh.orig 2008-05-13 20:37:59.000000000 +0100
|
|
+++ buildscripts/build-profile.sh 2008-05-13 20:38:07.000000000 +0100
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
|
|
-if test "$1" == "--fresh"; then
|
|
+if test "$1" = "--fresh"; then
|
|
fresh=yes
|
|
fi
|
|
|