mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-07-21 21:45:21 +00:00
multiarch image
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
entry.sh
|
||||
+2
-2
@@ -3,6 +3,6 @@ cd "$(dirname "$(readlink -f $0)")/.."
|
||||
export FB_RUNNING_AS_SCRIPT=1
|
||||
. main.sh
|
||||
scr_name="$(bash_basename $0)"
|
||||
cmd="${scr_name//.sh}"
|
||||
if [[ $DEBUG == 1 ]]; then set -x ; fi
|
||||
cmd="${scr_name//.sh/}"
|
||||
if [[ $DEBUG == 1 ]]; then set -x; fi
|
||||
$cmd $@
|
||||
|
||||
Reference in New Issue
Block a user