aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 5e1597b..98c3529 100644
--- a/src/main.c
+++ b/src/main.c
@@ -245,7 +245,7 @@ int main(int argc, char *argv[], char *arge[]) {
char sh_set[10];
char sh_unset[10];
- strcpy(sh_set_delim, "= ");
+ strcpy(sh_set_delim, "=");
strcpy(sh_set, "");
strcpy(sh_unset, "unset");