Revision e7a2d1ad common.sh.in

b/common.sh.in
31 31
  echo "$@" >&2
32 32
}
33 33

  
34
debug() {
35
    [ "$IMAGE_DEBUG" == "1" ] &&  $@ || :
36
}
37

  
34 38
get_api5_arguments() {
35 39
  GETOPT_RESULT=$*
36 40
  # Note the quotes around `$TEMP': they are essential!

Also available in: Unified diff