lua: Use correct binary for tests

This commit is contained in:
Hilko Bengen
2012-12-17 22:24:03 +01:00
parent f07e89c5f9
commit 5b70120293
14 changed files with 52 additions and 13 deletions

View File

@@ -1,4 +1,7 @@
#!/usr/bin/lua
#!/bin/sh
# -*- lua -*-
test -z "$LUA" /usr/bin/lua/usr/bin/lua LUA=/usr/bin/lua
exec $LUA << END_OF_FILE
-- libguestfs Lua bindings -*- lua -*-
-- Copyright (C) 2012 Red Hat Inc.
--