tis 2009-08-04 klockan 12:14 +0300 skrev Jussi Lehtola:

> What's the correct way to do this?

I don't know about correct, but this should work:

mkdir foo
cd foo
cat >configure <<'EOF'
#!/bin/bash
exec ../configure "$@"
EOF
chmod 755 configure
%configure

/abo


-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list

Reply via email to