From b976090efe693fb76ea7659614543a2221038b31 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Mon, 17 Oct 2016 13:11:02 -0700 Subject: [PATCH] fix a bug in the ash-template --- .../resources/com/typesafe/sbt/packager/archetypes/ash-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/com/typesafe/sbt/packager/archetypes/ash-template b/src/main/resources/com/typesafe/sbt/packager/archetypes/ash-template index 9cacfd490..57880ba70 100644 --- a/src/main/resources/com/typesafe/sbt/packager/archetypes/ash-template +++ b/src/main/resources/com/typesafe/sbt/packager/archetypes/ash-template @@ -16,7 +16,7 @@ realpath () { COUNT=$(($COUNT + 1)) done - if [ "$TARGET_FILE" == "." -o "$TARGET_FILE" == ".." ]; then + if [ "$TARGET_FILE" = "." -o "$TARGET_FILE" = ".." ]; then cd "$TARGET_FILE" TARGET_FILEPATH= else