Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI have read long time ago.
in linux system. "//" means "/". so that's why it works right. in some case those scripts might expect argument like "c:/root/$(SOME_PATH)/subdir" when SOME_PATH is blank, it's gonna be "c:/root//subdir" but people still want it to work. so this is not bug I think. this script works doesn't it?