]> git.saurik.com Git - bison.git/blobdiff - examples/test
news: style changes
[bison.git] / examples / test
index 6da1667b364e630b190f6b00326993295fe083ee..d320a2887b4e1803fa727d17d9c2415af30ac10e 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-set -x
+
 # Copyright (C) 2005-2012 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
@@ -74,6 +74,9 @@ run ()
 }
 
 # We have cd'd one level deeper.
-. "../$1"
+case $1 in
+  /*) . "$1";;
+  *)  . "../$1";;
+esac
 
 $exit