Created
November 2, 2016 03:50
-
-
Save snmsts/14ca6f57b1730a4c30312e394eb7e914 to your computer and use it in GitHub Desktop.
sbcl-1.3.11-dash-problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
+++ make-genesis-2.sh | |
@@ -1,3 +1,3 @@ | |
#!/bin/sh | |
-set -em | |
+set -e | |
--- | |
+++ make-host-1.sh | |
@@ -1,3 +1,3 @@ | |
#!/bin/sh | |
-set -em | |
+set -e | |
--- | |
+++ make-host-2.sh | |
@@ -1,3 +1,3 @@ | |
#!/bin/sh | |
-set -em | |
+set -e | |
--- | |
+++ make-target-1.sh | |
@@ -1,3 +1,3 @@ | |
#!/bin/sh | |
-set -em | |
+set -e | |
--- | |
+++ make-target-2.sh | |
@@ -1,3 +1,3 @@ | |
#!/bin/sh | |
-set -em | |
+set -e | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment