diff options
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index e599b192..b6e9adc2 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -176,7 +176,7 @@ if [ -f /etc/debian_version ] ; then # # install packages we need # - if [ ./$0 -nt $STAMP ] || [ ! -f $STAMP ] ; then + if [ $BASEDIR/$0 -nt $STAMP ] || [ ! -f $STAMP ] ; then DEBS=" bash-completion bc |