X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Finst.sh;h=bbfee547528bda5185edb51f0effb72dfc7c70a4;hp=6c2b1c814e40e3df90e335b5b646fa93388040f0;hb=34dd3a28727fc230ba5abbed50766d671a2b8055;hpb=089f2be86316b88f72a6c359ab10e2b95539005b diff --git a/cinelerra-5.1/inst.sh b/cinelerra-5.1/inst.sh index 6c2b1c81..bbfee547 100755 --- a/cinelerra-5.1/inst.sh +++ b/cinelerra-5.1/inst.sh @@ -1,8 +1,10 @@ #!/bin/bash -e # inst.sh - +cr=' +' dir="$1"; shift 1 $mkinstalldirs "$dir" +if [ "$*" = "*" ]; then exit; fi for f in "$@"; do if [ -f "$f" ]; then $install_sh -c "$f" "$dir"; continue; fi