sesman: default startwm.sh should use bash
as it sources bash_profile. And add comments. Closes #1009.
This commit is contained in:
parent
3d9e7db849
commit
97c21bc972
@ -1,4 +1,11 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# This script is an example. You might need to edit this script
|
||||
# depending on your distro if it doesn't work for you.
|
||||
#
|
||||
# Uncomment the following line for debug:
|
||||
# exec xterm
|
||||
|
||||
|
||||
# Execution sequence for interactive login shell - pseudocode
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user