diff options
Diffstat (limited to 'src/api-support')
-rwxr-xr-x | src/api-support/update-from-tarballs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api-support/update-from-tarballs.sh b/src/api-support/update-from-tarballs.sh index 59f78d92..85798253 100755 --- a/src/api-support/update-from-tarballs.sh +++ b/src/api-support/update-from-tarballs.sh @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -if [ ! -f HACKING ]; then +if [ ! -f BUGS ]; then echo "You should run this script from the top source directory." exit 1 fi |