We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e50958 commit ee262e0Copy full SHA for ee262e0
src/main/resources/com/typesafe/sbt/packager/archetypes/scripts/bash-template
@@ -263,7 +263,7 @@ run() {
263
264
# Loads a configuration file full of default command line options for this script.
265
loadConfigFile() {
266
- cat "$1" | sed '/^\#/d'
+ cat "$1" | sed '/^\#/d;s/\r$//'
267
}
268
269
# Now check to see if it's a good enough version
0 commit comments