#! @shell@ set -e export PATH=/empty for i in @path@; do PATH=$PATH:$i/bin; done action="$1" if test -z "$action"; then cat <&2 fi fi if test "$action" = "switch" -o "$action" = "test"; then echo "Activating the configuration..." @out@/activate kill -TERM 1 # make Upstart reload its events fi sync