-
Tatuya Kamada authored
Otherwise, extra process will be created, and the script will not pass the stdin to the sub process. (see man execv) Also, $@ variable should be used with double quotes when you want to pass the parameters as is.
3cd7e16b
Otherwise, extra process will be created, and the script will not pass the stdin to the sub process. (see man execv) Also, $@ variable should be used with double quotes when you want to pass the parameters as is.