[[-z"${FUNCTIONS}"]]&&echo"ERROR in getting the list of functions in $INPUT_FILE"&&cp"$INPUT_FILE""$OUTPUT_FILE"&&exit 0 # not taken as an error for the calling script
[["$DEBUG"="FUNCTIONS"]]&&echo$FUNCTIONS
mkdir-p$(dirname"$OUTPUT_FILE")
cp"$INPUT_FILE""$OUTPUT_FILE"
...
...
@@ -58,6 +59,7 @@ cp "$INPUT_FILE" "$OUTPUT_FILE"
[!"$?"= 0 ]&&echo"ERROR in copying file.">&2 &&exit 4