mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
14 lines
369 B
Plaintext
14 lines
369 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2011/01/31 20:46:02 jym Exp $
|
|
Remove bashism.
|
|
--- bin/ec2-cmd.orig 2010-12-15 17:41:53.000000000 +0000
|
|
+++ bin/ec2-cmd
|
|
@@ -29,7 +29,7 @@ esac
|
|
cygprop=""
|
|
|
|
# And add our own libraries too
|
|
-if [ "$cygwin" == "true" ] ; then
|
|
+if [ "$cygwin" = "true" ] ; then
|
|
cygprop="-Dec2.cygwin=true"
|
|
|
|
# Make sure that when using Cygwin we use Unix
|