summaryrefslogtreecommitdiff
path: root/librerelease
diff options
context:
space:
mode:
Diffstat (limited to 'librerelease')
-rwxr-xr-xlibrerelease2
1 files changed, 1 insertions, 1 deletions
diff --git a/librerelease b/librerelease
index f684e4d..b53b9d8 100755
--- a/librerelease
+++ b/librerelease
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU General Public License
# along with Parabola. If not, see <http://www.gnu.org/licenses/>.
custom_config=$XDG_CONFIG_HOME/libretools/libretools.conf
-if [-e $custom_config]; then
+if [ -e $custom_config ]; then
source $custom_config
else
source /etc/libretools.conf