diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-17 22:38:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-17 22:38:10 +0000 |
commit | ed05a304d96bd7576c3e351075abe41d8f0bd517 (patch) | |
tree | a0b9a6c324976f1b8f7a16a5a3f826c629c016a1 /libs | |
parent | f9edabb142e34e6c8f90c94473d5044b42cf65ac (diff) |
* luci/libs: add missing shebang to uvl cli
Diffstat (limited to 'libs')
-rwxr-xr-x | libs/uvl/root/usr/bin/uvl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/uvl/root/usr/bin/uvl b/libs/uvl/root/usr/bin/uvl index b724c8a00..1d6198dcd 100755 --- a/libs/uvl/root/usr/bin/uvl +++ b/libs/uvl/root/usr/bin/uvl @@ -1,3 +1,4 @@ +#!/usr/bin/lua --[[ UCI Validation Layer - Command Line Utility |