Use LDOPTS instead of LDFLAGS to avoid an ld warning on Linux 2.4
[madwifi/.git] / scripts / make-release.bash
index f1fb0e0d3bede744f61004fd625ae1dfa8944aea..5ce8805e5519b7838c7c200570f95bc40a88eb9d 100755 (executable)
@@ -49,10 +49,12 @@ fi
 check_dir_prereq "RELEASE_TMP"
 check_dir_prereq "RELEASE_STORE"
 
-# caller must have write access to the madwifi.org repository
+# caller must have write access to the madwifi-project.org repository
 valid=0
 repos=$(svn info | grep "Repository Root" | cut -d" " -f3)
 for f in ~/.subversion/auth/svn.simple/*; do
+       [ -f $f ] || continue
+       
        if [[ "$(grep -c "$repos" $f)" != "0" ]]; then
                valid=1
                break