1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-09 00:23:50 +03:00

r18721: Fix base and samba3sam EJS tests to work without installation.

This commit is contained in:
Jelmer Vernooij
2006-09-20 17:19:05 +00:00
committed by Gerald (Jerry) Carter
parent 5c0451842b
commit d062e10166
3 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
#!/bin/sh
exec smbscript "$0" ${1+"$@"}
var options = GetOptions(ARGV,
"POPT_COMMON_SAMBA");
if (options == undefined) {
println("Failed to parse options");
return -1;
}
libinclude("base.js");
var obj = new Object();