Merge pull request #29 from ch3sh1r/patch-1

Typo in xephyr.sh comment
This commit is contained in:
Emmanuel Lepage Vallée 2014-03-31 22:23:21 -04:00
commit 4f3962b265
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# If rc.lua.new is missing, make a default one.
# If example.rc.lua is missing, make a default one.
rc_lua=$PWD/example.rc.lua
test -f $rc_lua || /bin/cp /etc/xdg/awesome/rc.lua $rc_lua