summaryrefslogtreecommitdiffstats
path: root/repo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'repo.sh')
-rwxr-xr-xrepo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.sh b/repo.sh
index 7767b0c..afc85ee 100755
--- a/repo.sh
+++ b/repo.sh
@@ -38,7 +38,7 @@ rm_package() {
check_package() {
if [ -d "${SRC_PATH}/$1" ]; then
- vim ${SRC_PATH}/$1/PKGBUILD
+ ${EDITOR} ${SRC_PATH}/$1/PKGBUILD
else
echo 'Package not found.'
fi