changeset 5565:35b8e834741e

<shachaf> mk bin/mke//key=$(mk "$@") && echo "$key" && chmod +x "$key"
author HackBot
date Fri, 12 Jun 2015 07:06:45 +0000
parents bd2306290d78
children 2e62ffaabae2
files bin/mke
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/mke	Fri Jun 12 07:06:03 2015 +0000
+++ b/bin/mke	Fri Jun 12 07:06:45 2015 +0000
@@ -1,1 +1,1 @@
-key=$(mk "$@") && echo "$key" || exit; chmod +x "$key"
+key=$(mk "$@") && echo "$key" && chmod +x "$key"