X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fvis_stu_vars.sh;h=9f00b080f28405b0be270d1b645b5f230be60233;hb=c1ca3aa7892b780e134e395d22ab6d2830a7074e;hp=918b3de446d205605e3e559dfe41d58d0accabbd;hpb=f8d40c0f02ba24f748c6bfd9a31dd6c19b2ebf9d;p=feisty_meow.git diff --git a/scripts/generator/vis_stu_vars.sh b/scripts/generator/vis_stu_vars.sh index 918b3de4..9f00b080 100644 --- a/scripts/generator/vis_stu_vars.sh +++ b/scripts/generator/vis_stu_vars.sh @@ -70,7 +70,7 @@ function setup_visual_studio_variables() # convert framework dir back or things yell like hell. export FrameworkDir=$(unix_to_dos_path $FrameworkDir) # the redirection of stderr to null is to get around an obnoxious cygwin - # warning that seems to be erroneously bitching about backslashes. + # warning that seems to be erroneously complaining about backslashes. # convert all other relevant paths back to dos form, or visual studio barfs. #export BUILD_SCRIPTS_DIR=$(unix_to_dos_path $BUILD_SCRIPTS_DIR)