This commit is contained in:
Luk Lu
2023-01-04 17:09:12 +08:00
parent 9276b32a61
commit f0558fc5c3
3 changed files with 5 additions and 5 deletions

View File

@@ -9,10 +9,10 @@ testpath5=`pwd`/nixhome
if [ "$1" ]
then
SourcePath=$0
SourcePath=$1
elif [ -d $testpath0 ]
then
SourcePath=$1
SourcePath=$testpath0
elif [ -d $testpath1 ]
then
SourcePath=$testpath1