diff options
author | kraxel <kraxel> | 2006-07-04 12:57:30 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-07-04 12:57:30 +0000 |
commit | b696981e7955263587d1bd887dfe5ae8b2e9fc69 (patch) | |
tree | 3c18f0af0ff71fa628da0bcb42eb52fbdc00ee80 | |
parent | bcb59ae83d3f2a440bb91d14db7366f2b397f73a (diff) | |
download | xenwatch-b696981e7955263587d1bd887dfe5ae8b2e9fc69.tar.gz |
s/sh/bash/
-rw-r--r-- | xenscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xenscreen.c b/xenscreen.c index a7f0cc7..6bb68eb 100644 --- a/xenscreen.c +++ b/xenscreen.c @@ -355,7 +355,7 @@ int main(int argc, char *argv[]) "###\n" "\n"); if (screen_shell) - screen_command("screen", "-t", "shell", "/bin/sh", NULL); + screen_command("screen", "-t", "shell", "/bin/bash", NULL); /* connect to xenstore */ xenstore = xenstore_open(1,1,1,1); |