diff options
Diffstat (limited to 'librerelease')
-rwxr-xr-x | librerelease | 2 |
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 |