Skip to content

Instantly share code, notes, and snippets.

@snmsts
Created November 2, 2016 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snmsts/14ca6f57b1730a4c30312e394eb7e914 to your computer and use it in GitHub Desktop.
Save snmsts/14ca6f57b1730a4c30312e394eb7e914 to your computer and use it in GitHub Desktop.
sbcl-1.3.11-dash-problem
---
+++ 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