Use set -eu.

This commit is contained in:
Christoph Mallon 2012-04-29 17:16:36 +02:00 committed by Yamagi Burmeister
parent 3247c952a4
commit d31e4a531d
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
set -eu
# PID of "gnome-screensaver-command -i" (if used)
GSC_PID=""