diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-09-30 21:22:27 (GMT) |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-09-30 21:22:27 (GMT) |
commit | 460e117720c847675ebf9574f0e1355c039397f5 (patch) | |
tree | 5c172d19adab55a8179790e020694392b9d8cb64 /tests/set-interpreter-long.sh | |
parent | ab3d0a012c406da8a52ca376bcdd802062d44bc3 (diff) | |
download | patchelf-460e117720c847675ebf9574f0e1355c039397f5.zip patchelf-460e117720c847675ebf9574f0e1355c039397f5.tar.gz patchelf-460e117720c847675ebf9574f0e1355c039397f5.tar.bz2 |
* Refactoring continued: `--set-interpreter' works again.
Diffstat (limited to 'tests/set-interpreter-long.sh')
-rwxr-xr-x | tests/set-interpreter-long.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/set-interpreter-long.sh b/tests/set-interpreter-long.sh index ab0e9bc..51e54a6 100755 --- a/tests/set-interpreter-long.sh +++ b/tests/set-interpreter-long.sh @@ -8,7 +8,7 @@ echo "current interpreter is $oldInterpreter" rm -rf scratch mkdir -p scratch -newInterpreter=$(pwd)/scratch/iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii +newInterpreter=$(pwd)/scratch/iiii cp simple scratch/ ../src/patchelf --interpreter "$newInterpreter" scratch/simple |