===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tuxpaint-config-0.0.14/src/po/gl.po-866-msgstr ""
tuxpaint-config-0.0.14/src/po/gl.po:867:"Se por calquera razón algún botón do mando (joystick) provoca problemasm "
tuxpaint-config-0.0.14/src/po/gl.po-868-"poden desactivarse empregando unha lista de números de botón separada por "
##############################################
tuxpaint-config-0.0.14/macos/build-dmg.sh-12-TEMP_DMG=temp.dmg
tuxpaint-config-0.0.14/macos/build-dmg.sh:13:TEMP_DMG_SIZE=`expr \`du -sm "$BUNDLE" | cut -f1\` \* 15 / 10`m
tuxpaint-config-0.0.14/macos/build-dmg.sh-14-FINAL_DMG=TuxPaint-Config.dmg
##############################################
tuxpaint-config-0.0.14/macos/build-dmg.sh-21-hdiutil create "$TEMP_DMG" -ov -fs HFS+ -size "$TEMP_DMG_SIZE" -volname "$VOLNAME" \
tuxpaint-config-0.0.14/macos/build-dmg.sh:22:&& VOLUME=`hdiutil attach "$TEMP_DMG" -nobrowse -noverify -noautoopen | grep Apple_HFS | sed 's/^.*Apple_HFS[[:blank:]]*//'` \
tuxpaint-config-0.0.14/macos/build-dmg.sh-23-|| exit 1
##############################################
tuxpaint-config-0.0.14/macos/build-app.sh-4-BINARY="$BUNDLE/Contents/MacOS/tuxpaint-config"
tuxpaint-config-0.0.14/macos/build-app.sh:5:LIBS=`mkdir -p $BUNDLE/Contents/Resources/lib && find $BUNDLE/Contents/Resources/lib -type f`
tuxpaint-config-0.0.14/macos/build-app.sh-6-LIBDIR="$BUNDLE/Contents/lib"
##############################################
tuxpaint-config-0.0.14/macos/build-app.sh-36-while [ $count -ne $last ]; do
tuxpaint-config-0.0.14/macos/build-app.sh:37:	cp -p `otool -L $dylib | grep '^\t[/]opt[/]local[/]' | sed -e 's/^[[:space:]]*\([^[:space:]]*\)[[:space:]].*/\1/' | sort | uniq` $LIBDIR
tuxpaint-config-0.0.14/macos/build-app.sh-38-	dylib="$LIBDIR/*"
##############################################
tuxpaint-config-0.0.14/macos/build-app.sh-40-	last=$count
tuxpaint-config-0.0.14/macos/build-app.sh:41:	count=`ls -f $dylib | wc -l`
tuxpaint-config-0.0.14/macos/build-app.sh-42-done
##############################################
tuxpaint-config-0.0.14/macos/build-app.sh-50-	echo "     -> $i..."
tuxpaint-config-0.0.14/macos/build-app.sh:51:	for j in `otool -L $dylib | grep '^\t[/]opt[/]local[/]' | sed -e 's/^[[:space:]]*\([^[:space:]]*\)[[:space:]].*/\1/'`; do
tuxpaint-config-0.0.14/macos/build-app.sh:52:		n=`echo "$j" | sed 's/^[/]opt[/]local[/]/@executable_path\/..\//'`
tuxpaint-config-0.0.14/macos/build-app.sh-53-		install_name_tool -change "$j" "$n" "$i"