diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-23 22:20:30 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-23 22:20:30 +0100 |
commit | aad72227e134cb637860a129d2d85a0b4d8cd897 (patch) | |
tree | 4e66be0a8ea55fe78d23cf74607075069151865f /src/sat.c | |
parent | no load analysis (diff) | |
download | sat-aad72227e134cb637860a129d2d85a0b4d8cd897.tar.gz sat-aad72227e134cb637860a129d2d85a0b4d8cd897.tar.bz2 sat-aad72227e134cb637860a129d2d85a0b4d8cd897.tar.xz |
all of the commands
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/sat.c')
-rw-r--r-- | src/sat.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -145,6 +145,8 @@ main(int argc, char *argv[], char *envp[]) goto fail; store_array(store_array(message, argv), envp); + /* TODO start atd (if not started) and queue the job */ + fail: perror(argv0); return 1; |