NOOP: spacing and indentation
[ardour.git] / tools / linux_packaging / build
index e032dd0796c210a3663de0300fc18e714727c32b..7367028355b637de780b6c9d3fc06df3a6e97a5c 100755 (executable)
@@ -394,6 +394,10 @@ done
 # Lua Scripts Files
 # got to be careful with names here
 for x in $BUILD_ROOT/../scripts/*.lua ; do
+               BN=$(basename $x)
+         if test "${BN:0:1}" = "_"; then
+                       continue;
+               fi
     cp "$x" $LuaScripts
 done