aboutsummaryrefslogtreecommitdiff
path: root/include/shell.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-02-17 00:13:30 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-02-17 00:13:30 -0500
commit1c2cdc4d8e28ce1b4c0d1ba75686f05fd5dd772d (patch)
tree32257d5a12cc0dc06c62e4212806573477065080 /include/shell.h
parentb5dc6f2c428b4555d3e56e628605f54e4a63b16e (diff)
downloadspmc-1c2cdc4d8e28ce1b4c0d1ba75686f05fd5dd772d.tar.gz
Refactor continues:
* Implement multiple manifests * Random bug fixes * More bugs added * Start removing references to SPM_GLOBAL.package_dir * Start using manifests for everything * Simplify mkmanifest_interface
Diffstat (limited to 'include/shell.h')
-rw-r--r--include/shell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/shell.h b/include/shell.h
index 2d115f9..b8ec859 100644
--- a/include/shell.h
+++ b/include/shell.h
@@ -1,6 +1,7 @@
#ifndef SPM_SHELL_H
#define SPM_SHELL_H
+#define SHELL_INVALID "&;|"
#define SHELL_DEFAULT 1 << 0
#define SHELL_OUTPUT 1 << 1
#define SHELL_BENCHMARK 1 << 2