21d2f3904e
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libunicap#bb13498601ae2ecb469a06711989f07bcdb3cde0
5 lines
174 B
Bash
5 lines
174 B
Bash
#!/bin/sh
|
|
|
|
# The original script name has been passed as the first argument:
|
|
"$@" | sed -e '/^libdcam.so/d' -e '/^libv4l.so/d' -e '/^libv4l2cpi.so/d' -e '/^libvid21394.so/d'
|