diff --git a/srcpkgs/base-files/files/profile b/srcpkgs/base-files/files/profile
index 47be53b8cd..4cf4e27332 100644
--- a/srcpkgs/base-files/files/profile
+++ b/srcpkgs/base-files/files/profile
@@ -19,6 +19,6 @@ if [ -d /etc/profile.d/ ]; then
 fi
 
 # Source global bash config
-if [ -n "$PS1" && -n "$BASH" && -r /etc/bashrc ]; then
+if [ -n "$PS1" -a -n "$BASH" -a -r /etc/bashrc ]; then
 	. /etc/bashrc
 fi
diff --git a/srcpkgs/base-files/template b/srcpkgs/base-files/template
index 296aaa8316..80129a7731 100644
--- a/srcpkgs/base-files/template
+++ b/srcpkgs/base-files/template
@@ -1,6 +1,6 @@
 # Template file for 'base-files'
 pkgname=base-files
-version=0.61
+version=0.62
 short_desc="Void GNU/Linux base system files"
 maintainer="Juan RP <xtraeme@gmail.com>"
 homepage="http://code.google.com/p/xbps"