summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-09-06 10:32:43 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2014-09-10 17:59:37 -0400
commit2164883af62ee94a5b178f12684086885c2ea744 (patch)
tree2032ffda75f1e97389fc5619a0d994bc56242459
parentf644f324da7c87f820e1bede90024eb2871c4784 (diff)
downloadjasper-client-2164883af62ee94a5b178f12684086885c2ea744.tar.gz
jasper-client-2164883af62ee94a5b178f12684086885c2ea744.zip
Add shebang to start.sh
-rwxr-xr-xboot/boot.sh2
-rwxr-xr-xclient/start.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/boot/boot.sh b/boot/boot.sh
index f57da14..9fc8af8 100755
--- a/boot/boot.sh
+++ b/boot/boot.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-# This file exists for backwards compatibility with older versions of jasper.
+# This file exists for backwards compatibility with older versions of Jasper.
# It might be removed in future versions.
"${0%/*}/boot.py"
diff --git a/client/start.sh b/client/start.sh
index 935ebf4..cde8d8d 100755
--- a/client/start.sh
+++ b/client/start.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-# This file exists for backwards compatibility with older versions of jasper.
+# This file exists for backwards compatibility with older versions of Jasper.
# It might be removed in future versions.
"${0%/*}/main.py"