]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
- fix my mistake
authorradzio <radzio@pld-linux.org>
Fri, 13 Jun 2003 23:40:25 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    admin/fresh-queue.sh -> 1.11

admin/fresh-queue.sh

index aa59624b9fce64b86ac5f5d08bc83b7470def239..43f31df5df2a1e889fd56e10f726f18f1ff992e5 100755 (executable)
@@ -2,8 +2,8 @@
 
 umask 077
 
-if [ -e "~/pld-builder/config/global" ]; then
-       . ~/pld-builder/config/global
+if [ -f "$HOME/pld-builder.new/config/global" ]; then
+       . $HOME/pld-builder.new/config/global
 fi
 
 if [ "$1" != "y" ] ; then
This page took 0.129843 seconds and 4 git commands to generate.