show contents of path too
authorMark Eichin <eichin@mit.edu>
Fri, 28 Oct 1994 23:05:34 +0000 (23:05 +0000)
committerMark Eichin <eichin@mit.edu>
Fri, 28 Oct 1994 23:05:34 +0000 (23:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4597 dc483132-0cff-0310-8789-dd5450dbe970

src/util/kbuild

index eea3170394513ca77853a114c3772a620b25240d..d3c51db72e8657f8730ac796eaeaa80765e1feda 100644 (file)
@@ -146,9 +146,12 @@ done
 
 cd ..
 
+echo "Build path is `pwd`/$BUILD_PATH"
+echo "contents of build path: "
+ls -l $BUILD_PATH
 PATH=`pwd`/$BUILD_PATH
 export PATH
-echo "Build path is $PATH"
+echo "======"
 
 echo "configuring with: $SRCDIR/configure $CONFIG_OPTS"
 $SRCDIR/configure $CONFIG_OPTS