Skip to content

Commit 854b6a2

Browse files
authored
Merge pull request #5957 from rust-lang/fix-email-script
fixes create email script
2 parents f49d598 + f8fbb76 commit 854b6a2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

publishing/copy_website_content_to_repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
read -p "Enter the directory to copy website contents to (likely ending in 'this-week-in-rust.github.io'): " directory
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
juice --web-resources-images false ${LOCAL_EMAIL_PREFIX}-in.html ${LOCAL_EMAIL_PREFIX}-email.html

publishing/create_optimized_email.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
source utils.sh
44

publishing/run_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
source utils.sh
44

0 commit comments

Comments
 (0)