Ver Fonte

fix new path to apisymbols

MX há 2 anos atrás
pai
commit
5de93efa6c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      parse_api_ver.sh

+ 1 - 1
parse_api_ver.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 # Parse API Version from api_symbols.csv
-FILE=unleashed-firmware/firmware/targets/f7/api_symbols.csv
+FILE=unleashed-firmware/targets/f7/api_symbols.csv
 OLDIFS=$IFS
 IFS=','
 [ ! -f $FILE ] && { echo "$FILE not found"; exit 99; }