diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-02-04 17:38:32 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-02-04 17:38:32 +0100 |
commit | 32826f3c989e63f53510a9bdccd1855a9ae00636 (patch) | |
tree | 8f16fc8e7cb218a508bf58ee959ad7a978d6721f /libexec/app-operator-pid | |
parent | fc7a39f18241ab731d87f7a80ef2bf36151dc184 (diff) | |
download | app.sh-32826f3c989e63f53510a9bdccd1855a9ae00636.tar.gz app.sh-32826f3c989e63f53510a9bdccd1855a9ae00636.tar.bz2 app.sh-32826f3c989e63f53510a9bdccd1855a9ae00636.tar.xz app.sh-32826f3c989e63f53510a9bdccd1855a9ae00636.zip |
o Adding a file resolver.
o Getting the IT to work on windows.
Diffstat (limited to 'libexec/app-operator-pid')
-rwxr-xr-x | libexec/app-operator-pid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/app-operator-pid b/libexec/app-operator-pid index 6aedb03..dd48979 100755 --- a/libexec/app-operator-pid +++ b/libexec/app-operator-pid @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash set -e set -u |