#! /bin/sh
-set -x
+
# Copyright (C) 2005-2012 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
}
# We have cd'd one level deeper.
-. "../$1"
+case $1 in
+ /*) . "$1";;
+ *) . "../$1";;
+esac
$exit