blob: 7134f32e634eda7d17826831ade84dc92c48fb2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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
|