This commit is contained in:
Eelco Dolstra
2005-09-30 15:44:47 +00:00
parent 774bdc0d5e
commit 1587dc98e2

View File

@@ -9,7 +9,7 @@ rm -rf scratch
mkdir -p scratch
cp simple scratch/
../src/patchelf --interpreter /oops $(pwd)/scratch/i scratch/simple
../src/patchelf --interpreter /oops scratch/simple
echo "running with missing interpreter..."
if scratch/simple; then