mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-18 05:01:02 +01:00
#13 - changed default to no (do not delete old dist files)
This commit is contained in:
8
jaildk
8
jaildk
@@ -749,11 +749,11 @@ var/tmp"
|
|||||||
else
|
else
|
||||||
echo "Found old dist files:"
|
echo "Found old dist files:"
|
||||||
ls -l /usr/freebsd-dist
|
ls -l /usr/freebsd-dist
|
||||||
echo -n "Want to remove them [Yn]? "
|
echo -n "Want to remove them [nY]? "
|
||||||
read yesno
|
read yesno
|
||||||
case $yesno in
|
case $yesno in
|
||||||
n) clean='';;
|
y|Y) clean=1;;
|
||||||
*) clean=1;;
|
*) clean='';;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user