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