diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-28T09·53+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-28T09·53+0000 |
commit | f915f773495e9675a6cd514742666c8c12f005e6 (patch) | |
tree | 84d53c9d55cf3cda072b2bbe0d0dc1c49fde4c4b /test | |
parent | 0f40a560cab23f70881e5af405ea112a869dc39a (diff) |
* Allow arguments to be passed to programs in `nix run'.
Diffstat (limited to 'test')
-rwxr-xr-x | test/build/pan-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build/pan-run.sh b/test/build/pan-run.sh index 923a232925d4..c933a38039eb 100755 --- a/test/build/pan-run.sh +++ b/test/build/pan-run.sh @@ -4,4 +4,4 @@ export LD_LIBRARY_PATH=$glib/lib:$atk/lib:$pango/lib:$gtk/lib:$gnet/lib:$pspell/ ldd $pan/bin/pan -$pan/bin/pan \ No newline at end of file +$pan/bin/pan $* \ No newline at end of file |