changeset 243:619febca2803

configure.sh: the correct form of equality test operator in [ is '='
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 29 May 2017 06:50:47 +0000
parents a6360ee05c47
children bec9198fc306
files configure.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.sh	Tue May 02 03:59:36 2017 +0000
+++ b/configure.sh	Mon May 29 06:50:47 2017 +0000
@@ -16,7 +16,7 @@
 
 # start looking at our invokation line
 
-if [ "$1" == --clean ]
+if [ "$1" = --clean ]
 then
 	clean_flag=1
 	shift